blob: c5c350f7009e71b231b6a7b9f9b2985500741b41 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: echo "#include <stdio.h>" > %t.h
Daniel Dunbar80737ad2009-12-15 22:01:24 +00002// RUN: %clang -S -save-temps -g -include %t.h %s -emit-llvm -o %t.ll
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00003// RUN: grep "i32 5" %t.ll
Daniel Dunbardb75ad92009-06-08 22:44:26 +00004// RUN: rm -f lineno-dbginfo.i
Devang Patel5994d312009-04-20 19:07:55 +00005// outer is at line number 5.
6int outer = 42;