Sign in
llvm
/
llvm-project
/
clang
/
447ffb26b906540702b0efd20976e46fa694eaa9
/
.
/
test
/
CodeGen
/
lineno-dbginfo.c
blob: 20f1949421f22c1bd85ba5cd4e8e70239d15a6fa [
file
] [
log
] [
blame
]
// RUN: echo "#include <stddef.h>" > %t.h
// RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o - | FileCheck %s
// CHECK: metadata !"0x34\00outer\00outer\00\00[[@LINE+1]]\000\001"
int
outer
=
42
;