freebsd-nq/test/CodeGen/2009-07-31-DbgDeclare.c

6 lines
80 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 -S -g -o %t.s %s
2009-10-14 18:03:49 +00:00
void foo() {
int i = 0;
i = 42;
}