xref: /aosp_15_r20/external/clang/test/Lexer/cross-windows-on-linux-default.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: not %clang_cc1 -fsyntax-only -fms-compatibility -triple i686-win32 %s 2>&1 \
2 // RUN:   | FileCheck %s
3 
4 #include "Inputs\success.h"
5 
6 // CHECK: error: success
7