3 #define C(x) x ## ## ##
6 #define F(x,y) x x##y #x y
15 "ab GH \"G\" 12" : F(G
,H
)
18 * check-name: Preprocessor #8
19 * check-command: sparse -E $file
28 "ab GH \"G\" 12" : ab GH "G" 12
33 preprocessor/preprocessor8.c:1:14: error: '##' cannot appear at the ends of macro expansion
34 preprocessor/preprocessor8.c:2:16: error: '##' cannot appear at the ends of macro expansion
35 preprocessor/preprocessor8.c:3:22: error: '##' cannot appear at the ends of macro expansion
36 preprocessor/preprocessor8.c:4:15: error: '#' is not followed by a macro parameter