• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: not %clang_cc1 %s -E
2 // RUN: %clang_cc1 %s -E -fno-operator-names
3 
4 // Not valid in C++ unless -fno-operator-names is passed.
5 #define and foo
6 
7 
8