1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-16 00:33:10 +00:00

10 lines
139 B
Plaintext
Raw Normal View History

# RUN: yaml-bench -canonical %s
{
? : value, # Empty key
? explicit
key: value,
simple key : value,
[ collection, simple, key ]: value
}