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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2009-07-31-DbgDeclare.c
blob
dabb389f6e81df72a7079ebf7465eec6d17b63bf
1
// RUN: %clang_cc1 -S -debug-info-kind=limited -o %t.s %s
2
void
foo
(
void
) {
3
int
i
=
0
;
4
i
=
42
;
5
}