SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / YAMLParser / construct-custom.test
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 - !tag1
5   x: 1
6 - !tag1
7   x: 1
8   'y': 2
9   z: 3
10 - !tag2
11   10
12 - !tag2
13   =: 10
14   'y': 20
15   z: 30
16 - !tag3
17   x: 1
18 - !tag3
19   x: 1
20   'y': 2
21   z: 3
22 - !tag3
23   =: 1
24   'y': 2
25   z: 3
26 - !foo
27   my-parameter: foo
28   my-another-parameter: [1,2,3]