xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/test.txt (revision 82d56013d7b633d116a93943de88e08335357a7c)
1
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
11//
12// MY_BOOL: a && (\
13// MY_BOOL: b)
14// MY_BOOL: d
15//
16// MY_INT: 4
17// MY_INT: 6
18//
19// MY_BOOL_UNTERMINATED: a \
20//
21// END.
22// MY_LIST: five
23