11 lines
102 B
Rust
11 lines
102 B
Rust
|
|
---
|
||
|
|
---
|
||
|
|
|
||
|
|
//@ compile-flags: -Zunpretty=normal
|
||
|
|
//@ check-pass
|
||
|
|
|
||
|
|
#![feature(frontmatter)]
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
}
|