Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-json
/
attrs
/
no_mangle_2021.rs
blob: 703dcb56491ced5bd4812fd48a15b506c16437b7 [
file
] [
log
] [
blame
]
//@ edition: 2021
#![
no_std
]
//@ is "$.index[?(@.name=='example')].attrs" '["no_mangle"]'
#[
no_mangle
]
pub
extern
"C"
fn
example
()
{}