1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#define A(x) L##x A('a') A("bc") /* * check-name: wide char token-pasting * check-description: Used to cause infinite recursion. * check-command: sparse -E $file * * check-output-start L'a' L"bc" * check-output-end */