[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / YAMLParser / spec-09-20.test
blob47c255b85739d0841774019f4b75b9bcf94834b4
1 # RUN: yaml-bench -canonical %s | FileCheck %s
2 # CHECK: !!str "detected\n"
3 # CHECK: !!str "\n\n# detected\n"
4 # CHECK: !!str " explicit\n"
5 # CHECK: !!str "\t\ndetected\n"
7 - |
8  detected
9 - >
11   
12   # detected
13 - |1
14   explicit
15 - >
16         
17  detected