Sign in
rust
/
rust
/
2ecaa1df2dd65610537d7a685ceebcbaf8d2d129
/
.
/
tests
/
ui
/
error-codes
/
E0459.rs
blob: c56d8f0a8a84800227f2a59acd2a36457a3a93cd [
file
] [
log
] [
blame
]
#[
link
(
kind
=
"dylib"
)]
extern
"C"
{}
//~ ERROR E0459
fn
main
()
{
}