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 |
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 |