Merging r259342 (with s/p2align 4/align 16) because r258750 is not in 3.8.
[oota-llvm.git] / test / YAMLParser / spec-10-11.test
1 # RUN: yaml-bench -canonical %s
2
3 [
4 ? explicit key1 : explicit value,
5 ? explicit key2 : , # Explicit empty
6 ? explicit key3,     # Implicit empty
7 simple key1 : explicit value,
8 simple key2 : ,     # Explicit empty
9 ]