mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
7 lines
151 B
C++
7 lines
151 B
C++
// RUN: not %clang_cc1 %s -E
|
|
// RUN: %clang_cc1 %s -E -fno-operator-names
|
|
|
|
// Not valid in C++ unless -fno-operator-names is passed.
|
|
#define and foo
|
|
|
|
|