mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
5 lines
80 B
C
5 lines
80 B
C
// RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
|
|
|
|
#define COMM1 / ## /
|
|
COMM1
|
|
|