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