1#if 0
2"\l"
3#endif
4
5/*
6 * check-description:
7 *	Following the C standard, escape conversion must be
8 *	done in phase 5, just after preprocessing and just
9 *	before string concatenation. So we're not supposed
10 *	to receive a diagnostic for an unknown escape char
11 *	for a token which is excluded by the preprocessor.
12 * check-name: early-escape
13 * check-command: sparse -E $file
14 *
15 * check-output-start
16
17
18 * check-output-end
19 *
20 * check-error-start
21 * check-error-end
22 */
23