Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f1faeefb3262bd73de20e11bf44fadba2ff45460
/
.
/
clang
/
test
/
CodeGen
/
debug-info-static.c
blob: e75d20fbacc290912b6fc8165da4adf7cb03971f [
file
] [
log
] [
blame
]
Devang Patel
f1faeef
2011-11-04 16:57:26 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
2
3
// CHECK: xyzzy} ; [ DW_TAG_variable ]
4
void
f
(
void
)
5
{
6
static
int
xyzzy
;
7
xyzzy
+=
3
;
8
}