Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
[oota-llvm.git] / test / YAMLParser / spec-08-08.data
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 foo:
5  "bar
6  baz"
7 ---
8 "foo
9  bar"
10 ---
11 foo
12  bar
13 --- |
14  foo
15 ...