summaryrefslogtreecommitdiffabout
path: root/test/r01_closing_at_the_line_start.clichec
blob: 11ebd8f206e25a01ef5f2cb554b3438d96676461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>
int main() {
const char *t0 =
<%literal>

 test-literal

</%literal>;
std::cout << t0;

<%output>

 test-output

</%output>
}