forked from OSchip/llvm-project
6 lines
71 B
C
6 lines
71 B
C
|
// RUN: clang %s -Eonly 2>&1 | grep error
|
||
|
|
||
|
#define COMM1 / ## /
|
||
|
COMM1
|
||
|
|