index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
2009-07-31-DbgDeclare.c
blob: 3ccb2630a49cb0e5dcdfc58d3087d4a153d0f55a (
plain
)
1
2
3
4
5
// RUN: %clang_cc1 -S -g -o %t.s %s
void
foo
()
{
int
i
=
0
;
i
=
42
;
}