summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/cxx_oper_keyword.cpp
blob: faae68741eed6acd7b22e71531e50e954b286a00 (plain)
1
2
3
4
5
6
7
// 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


OpenPOWER on IntegriCloud