forked from OSchip/llvm-project
8 lines
111 B
C
8 lines
111 B
C
|
// RUN: clang -E -C %s | grep '^// foo$' &&
|
||
|
// RUN: clang -E -C %s | grep -F '^/* bar */$'
|
||
|
|
||
|
// foo
|
||
|
/* bar */
|
||
|
|
||
|
|