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