summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2009-07-31-DbgDeclare.c
blob: da49afedbc7a9c23bd8d94a78c9d09e26c9cf59d (plain)
1
2
3
4
5
// RUN: clang-cc -S -g -o %t.s %s
void foo() {
     int i = 0;
     i = 42;
}