Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
utils
/
update_cc_test_checks
/
Inputs
/
check-globals.c
blob: fae086256ce229b8a624ffaeb43885411d6ba785 [
file
] [
log
] [
blame
]
// First, make sure --check-globals doesn't crash on a non-FileChecked command.
// RUN: true
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
void
foo
(
void
)
{
static
int
i
,
j
;
}
void
bar
(
void
)
{
static
int
i
,
j
;
}