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