Chandler Carruth | ba772ba | 2010-11-16 10:26:08 +0000 | [diff] [blame] | 1 | // RUN: echo "#include <stddef.h>" > %t.h |
Chandler Carruth | b225233 | 2010-08-06 05:29:57 +0000 | [diff] [blame] | 2 | // RUN: %clang -S -g -include %t.h %s -emit-llvm -o %t.ll |
Daniel Dunbar | 4fcfde4 | 2009-11-08 01:45:36 +0000 | [diff] [blame] | 3 | // RUN: grep "i32 5" %t.ll |
Devang Patel | 5994d31 | 2009-04-20 19:07:55 +0000 | [diff] [blame] | 4 | // outer is at line number 5. |
5 | int outer = 42; |