blob: 285368586bb3973cd1321d416e0ff12635fe945f [file] [log] [blame]
Devang Patel8d308382010-08-10 07:24:25 +00001// RUN: %clang_cc1 -S -emit-llvm -g %s -o - | grep DW_TAG_constant
2
3static const unsigned int ro = 201;
4void bar(int);
5void foo() { bar(ro); }