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