Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
clang
/
test
/
CodeGenCXX
/
Inputs
/
module-extern-C.h
blob: a939826e639ee45370845b3db00cefebc85a3537 [
file
] [
log
] [
blame
] [
edit
]
extern
"C"
void
foo
();
extern
"C"
{
void
bar
();
int
baz
();
double
double_func
();
}
extern
"C++"
class
CPP
;