projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SystemZ] Provide basic TargetTransformInfo implementation
[oota-llvm.git]
/
test
/
YAMLParser
/
construct-set.data
1
# RUN: yaml-bench -canonical %s
2
3
# Explicitly typed set.
4
baseball players: !!set
5
? Mark McGwire
6
? Sammy Sosa
7
? Ken Griffey
8
# Flow style
9
baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }