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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2009-04-23-dbg.c
blob
356400cf7fa712155d8c8570dd90b9aeb2f545cf
1
// RUN: %clang_cc1 -S -debug-info-kind=limited -o %t %s
2
# 1
"a.c"
3
# 1
"a.c"
1
4
# 1
"<built-in>"
1
5
# 103
"<built-in>"
6
# 103
"<command line>"
1
7
8
# 1
"/private/tmp/a.h"
1
9
int
bar
;
10
# 105
"<command line>"
2
11
# 105
"<built-in>"
2
12
# 1
"a.c"
2
13
# 1
"/private/tmp/a.h"
1
14
int
bar
;
15
# 2
"a.c"
2
16
17
int
main
(
void
) {
18
bar
=
0
;
19
return
0
;
20
}