blob: 12c32ce9dd4b011d9e9fe5e987c2ab0c1061ecb5 [file] [log] [blame]
Daniel Dunbardb75ad92009-06-08 22:44:26 +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 &&
4// RUN: rm -f lineno-dbginfo.i
Devang Patel5994d312009-04-20 19:07:55 +00005// outer is at line number 5.
6int outer = 42;