mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
7 lines
150 B
C++
7 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
|
|
|
|
|