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
/
CXX
/
dcl.dcl
/
dcl.link
/
p7-2.cpp
blob
1e8f39338c24c5b8f01c45fe012eedce7f994824
1
// RUN: %clang_cc1 -ast-print -o - %s | FileCheck %s
2
3
extern
"C"
int
f
(
void
);
4
// CHECK: extern "C" int f()
5
6
extern
"C"
int
v
;
7
// CHECK: extern "C" int v