blob: 9142ad0ee835afd903e25fb12d72fd1f5e073df3 [file]
#define A(x) x, x
#define B(x,y) x ## y, x ## y
static char *p[] = {A("\\")};
static char *q[] = {B("\\", )};
/*
* check-name: double escapes
* check-command: sparse $file
*/