xref: /llvm-project/clang/test/CodeGen/2009-07-31-DbgDeclare.c (revision 1ea584377e7897f7df5302ed9cd378d17be14fbf)
1 // RUN: %clang_cc1 -S -debug-info-kind=limited -o %t.s %s
foo(void)2 void foo(void) {
3      int i = 0;
4      i = 42;
5 }
6