Sign in
rust
/
rust
/
1ce9c977ffcff7c3b12bfe5629a682da0e74a7a1
/
.
/
tests
/
rustdoc-json
/
attrs
/
link_section_2021.rs
blob: a1312f4210b487a7b28765e6ccbb0516728b9fac [
file
] [
log
] [
blame
]
//@ edition: 2021
#![
no_std
]
//@ is "$.index[?(@.name=='example')].attrs" '["#[link_section = \".text\"]"]'
#[
link_section
=
".text"
]
pub
extern
"C"
fn
example
()
{}