blob: 931c9e22afd026ca2a127fbbe52b52ad4eae54ca [file] [log] [blame]
Devang Patelc915bc92011-11-04 16:57:26 +00001// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
2
Eric Christopher0395de32013-01-16 01:22:32 +00003// CHECK: xyzzy, null} ; [ DW_TAG_variable ]
Devang Patelc915bc92011-11-04 16:57:26 +00004void f(void)
5{
6 static int xyzzy;
7 xyzzy += 3;
8}