summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-static.c
blob: fbe2a0098f70a4bd7ddb156eea49d53d71b43538 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1  -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s

// CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy
void f(void)
{
   static int xyzzy;
   xyzzy += 3;
}
OpenPOWER on IntegriCloud