SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / YAMLParser / spec-07-10.test
1 # RUN: yaml-bench -canonical %s
2
3 "Root flow
4  scalar"
5 --- !!str >
6  Root block
7  scalar
8 ---
9 # Root collection:
10 foo : bar
11 ... # Is optional.
12 ---
13 # Explicit document may be empty.