2009-12-16 04:14:24 +08:00
|
|
|
// RUN: not %clang_cc1 %s -E
|
|
|
|
// RUN: %clang_cc1 %s -E -fno-operator-names
|
2006-11-22 01:31:32 +08:00
|
|
|
|
2006-12-05 02:00:36 +08:00
|
|
|
// Not valid in C++ unless -fno-operator-names is passed.
|
2006-11-22 01:31:32 +08:00
|
|
|
#define and foo
|
|
|
|
|
|
|
|
|