blob: 5b8f06470c8f05fabcdb5132b3af0bd588ec7228 [file] [log] [blame]
// 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); }