blob: b78dd21d72b395fb16f553e582651c5d834b29be [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: echo "#include <stdio.h>" > %t.h
2// RUN: clang -S -save-temps -g -include %t.h %s -emit-llvm -o %t.ll
3// 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;