blob: 1c72ac271c9e4781e2f021535a25ae730c9ac0c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// IMPORTANT!!!! If you want to add testdata to this file,
// always add it to the end in order to not change the linenumbers of translations!!!
// nothing here
// sickness: multi-\
line c++ comment } (with brace)
#define This is a closing brace } which was ignored
} // complain here
#define This is another \
closing brace } which was ignored
} // complain here
#define This is another /* comment in } define */\
something /* comment )
spanning {multiple} lines */ \
closing brace } which was ignored
} // complain here
#define This is another // comment in } define \
something } comment
} // complain here
char somestring[] = "\
continued\n\
here and \"quoted\" to activate\n";
|