Blame test-t/u_1_7_eucjp.t

Packit Service 8bf002
/* u_1_7_eucjp.t:   Invalid multi-byte character sequence (in string literal,
Packit Service 8bf002
        character constant, header-name or comment).    */
Packit Service 8bf002
Packit Service 8bf002
#define str( a)     # a
Packit Service 8bf002
#pragma __setlocale( "eucjp")               /* For MCPP     */
Packit Service 8bf002
Packit Service 8bf002
    str( "± ");   /* 0xb1a0   */
Packit Service 8bf002