2009-11-08 09:45:36 +08:00
|
|
|
// RUN: echo "#include <stdio.h>" > %t.h
|
2010-08-06 13:29:57 +08:00
|
|
|
// RUN: %clang -S -g -include %t.h %s -emit-llvm -o %t.ll
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep "i32 5" %t.ll
|
2009-04-21 03:07:55 +08:00
|
|
|
// outer is at line number 5.
|
|
|
|
int outer = 42;
|