mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
5 lines
92 B
C
5 lines
92 B
C
// RUN: clang-cc %s -Eonly -fms-extensions=0 2>&1 | grep error
|
|
|
|
#define COMM1 / ## /
|
|
COMM1
|
|
|