mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 03:55:48 -04:00

clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
7 lines
78 B
C
7 lines
78 B
C
// RUN: %clang -E -x c-header %s > %t
|
|
// RUN: grep 'B B' %t
|
|
|
|
#define A B
|
|
A A
|
|
|