Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
08235661cf457978ba4645ec8e22697aebabe4fa
/
.
/
test
/
CodeGen
/
2010-08-10-DbgConstant.c
blob: 5b8f06470c8f05fabcdb5132b3af0bd588ec7228 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | grep DW_TAG_variable
static
const
unsigned
int
ro
=
201
;
void
bar
(
int
);
void
foo
()
{
bar
(
ro
);
}