about summary refs log tree commit diff
path: root/tests/ui/unpretty/frontmatter.stdout
blob: 2ccbb1b25825557b516c30bebdd982391dc9718f (plain)
1
2
3
4
5
6
7
8
9
---
---

//@ compile-flags: -Zunpretty=normal
//@ check-pass

#![feature(frontmatter)]

fn main() {}