llvm/llvm/test/YAMLParser/duplicate-merge-key.former-loader-error.test

# RUN: yaml-bench -canonical %s

---
<<: {x: 1, y: 2}
foo: bar
<<: {z: 3, t: 4}