xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGen/lineno-dbginfo.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc // RUN: echo "#include <stddef.h>" > %t.h
2*f4a2713aSLionel Sambuc // RUN: %clang -S -g -include %t.h %s -emit-llvm -o %t.ll
3*f4a2713aSLionel Sambuc // RUN: grep "i32 5" %t.ll
4*f4a2713aSLionel Sambuc // outer is at line number 5.
5*f4a2713aSLionel Sambuc int outer = 42;
6