Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
unsafe
/
cfg-unsafe-attributes.rs
blob: 6a9853b2f6fc6df196ea8bb9d07575bb898b1460 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass
#[
cfg_attr
(
all
(),
unsafe
(
no_mangle
))]
fn
a
()
{}
fn
main
()
{}