1// RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \2// RUN: | FileCheck %s3 4// CHECK: main-file-name5 6#ifdef(1)7foo:8 nop9 nop10 nop11#endif12