summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/lineno-dbginfo.c
blob: 28c72438f54265f8f7c4e0454e7ffbc8e09619f8 (plain)
1
2
3
4
5
6
// RUN: echo "#include <stddef.h>" > %t.h
// RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o - | FileCheck %s

// CHECK: !"0x34\00outer\00outer\00\00[[@LINE+1]]\000\001"
int outer = 42;

OpenPOWER on IntegriCloud