Add YAML parser to Support.
[oota-llvm.git] / test / YAMLParser / duplicate-merge-key.former-loader-error.data
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 <<: {x: 1, y: 2}
5 foo: bar
6 <<: {z: 3, t: 4}