1f4a2713aSLionel Sambuc // RUN: echo "#include <stddef.h>" > %t.h 2*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o - | FileCheck %s 3*0a6a1f1dSLionel Sambuc 4*0a6a1f1dSLionel Sambuc // CHECK: !"0x34\00outer\00outer\00\00[[@LINE+1]]\000\001" 5f4a2713aSLionel Sambuc int outer = 42; 6*0a6a1f1dSLionel Sambuc 7