blob: 72fa337eaf83d1dd7f74ca376a5cb1cafe31e789 [file] [log] [blame]
Chandler Carruthba772ba2010-11-16 10:26:08 +00001// RUN: echo "#include <stddef.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;