improve this test to also check -fno-operator-keywords.
llvm-svn: 39246
This commit is contained in:
parent
3e7592ea78
commit
1b65aaef2b
@ -1,6 +1,7 @@
|
||||
// RUN: not clang %s -E
|
||||
// RUN: not clang %s -E &&
|
||||
// RUN: clang %s -E -fno-operator-names
|
||||
|
||||
// Not valid in C++.
|
||||
// Not valid in C++ unless -fno-operator-names is passed.
|
||||
#define and foo
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user