summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2010-08-10-DbgConstant.c
blob: 5b8f06470c8f05fabcdb5132b3af0bd588ec7228 (plain)
1
2
3
4
5
// 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); }