blob: 176d4157f39ded5533f1bf40e69f06db3536a8fc [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: echo "#include <stdio.h>" > %t.h
Chandler Carruthb2252332010-08-06 05:29:57 +00002// RUN: %clang -S -g -include %t.h %s -emit-llvm -o %t.ll
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00003// RUN: grep "i32 5" %t.ll
Devang Patel5994d312009-04-20 19:07:55 +00004// outer is at line number 5.
5int outer = 42;