forked from OSchip/llvm-project
parent
9988569af8
commit
4f55259237
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -E -fms-extensions %s | sed '/^#.\+/d' | tr -d '\n' |
|
||||
// RUN: clang -P -E -fms-extensions %s | sed '/^#.\+/d' | tr -d '\n' |
|
||||
// RUN: grep '^int foo;int bar;int baz;$' | count 1
|
||||
// This horrible stuff should preprocess into (other than whitespace):
|
||||
// int foo;
|
||||
|
|
Loading…
Reference in New Issue