Daniel Dunbar | 4fcfde4 | 2009-11-08 01:45:36 +0000 | [diff] [blame] | 1 | // 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 Dunbar | db75ad9 | 2009-06-08 22:44:26 +0000 | [diff] [blame] | 4 | // RUN: rm -f lineno-dbginfo.i |
Devang Patel | 5994d31 | 2009-04-20 19:07:55 +0000 | [diff] [blame] | 5 | // outer is at line number 5. |
6 | int outer = 42; |