Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attributes
/
attr-before-view-item.rs
blob: e0e086ea476ac31c84990004fcbbd4a56e9c1598 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass (FIXME(62277): could be check-pass?)
//@ pretty-expanded FIXME #23616
#![
feature
(
rustc_attrs
)]
#![
feature
(
test
)]
#[
rustc_dummy
=
"bar"
]
extern
crate test
;
fn
main
()
{}