Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
incremental
/
no_mangle.rs
blob: fbb3cb1ef545c931fe965bfce4132af07fb8457d [
file
] [
edit
]
//@ 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
}