Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
incremental
/
no_mangle.rs
blob: fbb3cb1ef545c931fe965bfce4132af07fb8457d [
file
]
//@ revisions: cpass1 cpass2
//@ compile-flags: --crate-type cdylib
//@ needs-crate-type: cdylib
#![
deny
(
unused_attributes
)]
#[
no_mangle
]
pub
extern
"C"
fn
rust_no_mangle
()
->
i32
{
42
}