repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
YAMLParser
/
spec-09-12.test
blob
d992c589cd69539fd2f60478ff15204896a4737a
1
# RUN: yaml-bench -canonical %s
2
3
# Outside flow collection:
4
- ::std::vector
5
- Up, up, and away!
6
- -123
7
# Inside flow collection:
8
- [ '::std::vector',
9
"Up, up, and away!",
10
-123 ]