Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3ea9e33ea25e0c2b12db56418ba3f994eb662c04
/
.
/
test
/
CodeGen
/
2010-08-10-DbgConstant.c
blob: e07a184f5962fd582a5c0db7507447994552e6e2 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | FileCheck %s
// CHECK: !MDGlobalVariable(
static
const
unsigned
int
ro
=
201
;
void
bar
(
int
);
void
foo
()
{
bar
(
ro
);
}