8 lines
150 B
C++
8 lines
150 B
C++
// RUN: not clang-cc %s -E &&
|
|
// RUN: clang-cc %s -E -fno-operator-names
|
|
|
|
// Not valid in C++ unless -fno-operator-names is passed.
|
|
#define and foo
|
|
|
|
|