repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
test
/
YAMLParser
/
spec-10-07.test
blob
7aa350e40bb524330ea30e52670cda94f14f0bad
1
# RUN: yaml-bench -canonical %s
2
3
{
4
? : value, # Empty key
5
? explicit
6
key: value,
7
simple key : value,
8
[ collection, simple, key ]: value
9
}