mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
7 lines
185 B
C
7 lines
185 B
C
// RUN: clang-cc %s -Eonly 2>&1 | grep error &&
|
|
// RUN: clang-cc %s -Eonly 2>&1 | not grep unterminated &&
|
|
// RUN: clang-cc %s -Eonly 2>&1 | not grep scratch
|
|
|
|
#define COMM / ## *
|
|
COMM
|
|
|