repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
YAMLParser
/
spec-10-10.test
blob
c97901ddfbe0d286da45e60bae7056724cbbd7fa
1
# RUN: yaml-bench -canonical %s
2
3
{
4
? explicit key1 : explicit value,
5
? explicit key2 : , # Explicit empty
6
? explicit key3, # Empty value
7
simple key1 : explicit value,
8
simple key2 : , # Explicit empty
9
simple key3, # Empty value
10
}