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