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