Add a test for the -suppress-warnings option.
[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 }