repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
utils
/
update_cc_test_checks
/
Inputs
/
check-globals.c
blob
fae086256ce229b8a624ffaeb43885411d6ba785
1
// First, make sure --check-globals doesn't crash on a non-FileChecked command.
2
// RUN: true
3
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
4
5
void
foo
(
void
) {
6
static int
i
,
j
;
7
}
8
void
bar
(
void
) {
9
static int
i
,
j
;
10
}