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