Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / Inputs / testrunner-custom-parsers / test.txt
blob31e835d9bd4dff724ddbe22b298a68c73a7bf711
2 // MY_TAG.
3 // foo bar baz
4 // MY_RUN: baz
5 // MY_LIST: one, two
6 // MY_LIST: three, four
7 // MY_RUN: foo \
8 // MY_RUN: bar
9 //
10 // MY_CUSTOM: a b c
12 // MY_BOOL: a && (\
13 // MY_BOOL: b)
14 // MY_BOOL: d
16 // MY_INT: 4
17 // MY_INT: 6
19 // MY_BOOL_UNTERMINATED: a \
21 // MY_DEFINE: %{name} = value one
23 // MY_REDEFINE: %{name} = value \
24 // MY_REDEFINE:           two
26 // END.
27 // MY_LIST: five