xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/debug-main-file.S (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc// RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
2*f4a2713aSLionel Sambuc// RUN:   | FileCheck %s
3*f4a2713aSLionel Sambuc
4*f4a2713aSLionel Sambuc// CHECK: main-file-name
5*f4a2713aSLionel Sambuc
6*f4a2713aSLionel Sambuc#ifdef(1)
7*f4a2713aSLionel Sambucfoo:
8*f4a2713aSLionel Sambuc        nop
9*f4a2713aSLionel Sambuc        nop
10*f4a2713aSLionel Sambuc        nop
11*f4a2713aSLionel Sambuc#endif
12