Sign in
llvm
/
llvm-archive
/
7affdee41b96f79da48a0402817c7e4a821b6983
/
.
/
safecode
/
tools
/
clang
/
test
/
CodeGen
/
debug-info-static.c
blob: e75d20fbacc290912b6fc8165da4adf7cb03971f [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
// CHECK: xyzzy} ; [ DW_TAG_variable ]
void
f
(
void
)
{
static
int
xyzzy
;
xyzzy
+=
3
;
}