Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
attr-before-view-item2.rs
blob: e58063a13ab0aa2fe2e47cb6e3757bbaf004dc70 [
file
] [
log
] [
blame
]
//@ build-pass (FIXME(62277): could be check-pass?)
#![
feature
(
rustc_attrs
)]
#![
feature
(
test
)]
mod
m
{
#[
rustc_dummy
=
"bar"
]
extern
crate test
;
}
fn
main
()
{}