Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
attributes
/
unsafe
/
cfg-unsafe-attributes.rs
blob: 6a9853b2f6fc6df196ea8bb9d07575bb898b1460 [
file
] [
log
] [
blame
]
//@ build-pass
#[
cfg_attr
(
all
(),
unsafe
(
no_mangle
))]
fn
a
()
{}
fn
main
()
{}