1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/YAMLParser/duplicate-merge-key.former-loader-error.test

7 lines
80 B
Plaintext
Raw Normal View History

# RUN: yaml-bench -canonical %s
---
<<: {x: 1, y: 2}
foo: bar
<<: {z: 3, t: 4}