summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2010-08-10-DbgConstant.c
blob: 285368586bb3973cd1321d416e0ff12635fe945f (plain)
1
2
3
4
5
// RUN: %clang_cc1 -S -emit-llvm -g  %s -o - | grep DW_TAG_constant

static const unsigned int ro = 201;
void bar(int);
void foo() { bar(ro); }
OpenPOWER on IntegriCloud