[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / debug-main-file.S
blob9127df09f3f3b9f02e1f06a4b6bfb170b3da9fe3
1 // RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
2 // RUN:   | FileCheck %s
4 // CHECK: main-file-name
6 #ifdef(1)
7 foo:
8         nop
9         nop
10         nop
11 #endif