Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
error-codes
/
E0454.rs
blob: ff5478382cc902321ebed7eee8f0b9abdd52f568 [
file
] [
log
] [
blame
]
#[
link
(
name
=
""
)]
extern
"C"
{}
//~^ ERROR E0454
fn
main
()
{
}