forked from OSchip/llvm-project
5 lines
61 B
C
5 lines
61 B
C
|
// RUN: clang %s -E | grep " 4"
|
||
|
#define FOO __LINE__
|
||
|
|
||
|
FOO
|