xref: /aosp_15_r20/external/llvm/test/YAMLParser/duplicate-merge-key.former-loader-error.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s
2
3---
4<<: {x: 1, y: 2}
5foo: bar
6<<: {z: 3, t: 4}
7