Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
extern-no-fn.rs
blob: e965b390f07a814081bba960aa3b2bdd98898e6f [
file
] [
log
] [
blame
] [
edit
]
extern
"C"
{
f
();
//~^ ERROR missing `fn` or `struct` for function or struct definition
//~| HELP if you meant to call a macro, try
}
fn
main
()
{
}