blob: 9127df09f3f3b9f02e1f06a4b6bfb170b3da9fe3 [file] [log] [blame]
Eric Christopher45f2e712012-12-18 00:31:10 +00001// RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
2// RUN: | FileCheck %s
3
4// CHECK: main-file-name
5
6#ifdef(1)
7foo:
8 nop
9 nop
10 nop
11#endif