Home | History | Annotate | Download | only in CodeGen
      1 // RUN: echo "#include <stddef.h>" > %t.h
      2 // RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o %t.ll
      3 // RUN: grep "i32 5" %t.ll
      4 // outer is at line number 5.
      5 int outer = 42;
      6