Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2010-08-10-DbgConstant.c
blob: cbc1841cf187ee667dcfeaff2e043e2752f5b2cf [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
// CHECK: !DIGlobalVariable(
static
const
unsigned
int
ro
=
201
;
void
bar
(
int
);
void
foo
()
{
bar
(
ro
);
}