1*f4a2713aSLionel Sambuc // RUN: echo "#include <stddef.h>" > %t.h 2*f4a2713aSLionel Sambuc // RUN: %clang -S -g -include %t.h %s -emit-llvm -o %t.ll 3*f4a2713aSLionel Sambuc // RUN: grep "i32 5" %t.ll 4*f4a2713aSLionel Sambuc // outer is at line number 5. 5*f4a2713aSLionel Sambuc int outer = 42; 6