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