6 lines
80 B
C
6 lines
80 B
C
// RUN: not %clang_cc1 %s -Eonly 2>&1 | grep error
|
|
|
|
#define COMM1 / ## /
|
|
COMM1
|
|
|