Blame test-t/n_ucn2.t

Packit Service 8bf002
/* n_ucn2.t:    Universal-character-name    */
Packit Service 8bf002
Packit Service 8bf002
/* UCN in pp-number */
Packit Service 8bf002
Packit Service 8bf002
#define mkint( a)   a ## 1\u5B57
Packit Service 8bf002
Packit Service 8bf002
    int mkint( abc) = 0;  /* int abc1\u5B57 = 0;    */
Packit Service 8bf002