6 lines
109 B
Rust
6 lines
109 B
Rust
|
|
//@ check-pass
|
||
|
|
//@ compile-flags: -Zcrate-attr=/*hi-there*/feature(rustc_attrs)
|
||
|
|
|
||
|
|
#[rustc_dummy]
|
||
|
|
fn main() {}
|