freebsd-nq/test/CodeGen/2009-07-31-DbgDeclare.c
2009-10-14 18:03:49 +00:00

6 lines
78 B
C

// RUN: clang-cc -S -g -o %t.s %s
void foo() {
int i = 0;
i = 42;
}