Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
parser
/
unsafe-foreign-mod-2.rs
blob: 6d339cd90881fcc3f01fe17c2e297856fa169999 [
file
] [
log
] [
blame
]
extern
"C"
unsafe
{
//~^ ERROR expected `{`, found keyword `unsafe`
unsafe
fn
foo
();
}
fn
main
()
{}