repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Driver
/
debug-main-file.S
blob
9127df09f3f3b9f02e1f06a4b6bfb170b3da9fe3
1
// 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)
7
foo:
8
nop
9
nop
10
nop
11
#endif