6 lines
87 B
Rust
6 lines
87 B
Rust
//@ check-pass
|
|
|
|
#![cfg_attr(true, feature(rustc_attrs))]
|
|
#![rustc_dummy]
|
|
|
|
fn main() {}
|