Files
rust/tests/ui/unpretty/frontmatter.rs

11 lines
102 B
Rust
Raw Normal View History

---
---
//@ compile-flags: -Zunpretty=normal
//@ check-pass
#![feature(frontmatter)]
fn main() {
}