2015-10-08 12:24:12 +08:00
|
|
|
// RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
|
2015-04-30 00:40:08 +08:00
|
|
|
// CHECK: !DIGlobalVariable(
|
2010-08-10 15:24:25 +08:00
|
|
|
|
|
|
|
static const unsigned int ro = 201;
|
|
|
|
void bar(int);
|
|
|
|
void foo() { bar(ro); }
|