about summary refs log tree commit diff
path: root/tests/ui/frontmatter/multifrontmatter-2.rs
blob: 8e5b45a0bf75feaec09990ccf4969db613bbc4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
 ---

 ---
---

// hyphens only need to be escaped when at the start of a line
//@ check-pass

#![feature(frontmatter)]

fn main() {}