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

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