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
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
test
/
CXX
/
module
/
module.unit
/
p7
/
Inputs
/
h1.h
blob
098e5d60b918965ecab3cbcaecfde37bc19bbc57
1
extern
"C"
void
foo
();
2
extern
"C"
{
3
void
bar
();
4
int
baz
();
5
double
double_func
();
6
}
7
8
extern
"C++"
{
9
void
bar_cpp
();
10
int
baz_cpp
();
11
double
double_func_cpp
();
12
}