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