Blame cpp-test/test-t/e_24_6.c

Packit Service 8bf002
/* e_24_6.c:    Operand of # operator in function-like macro definition shall
Packit Service 8bf002
        be a parameter name.    */
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess } */
Packit Service 8bf002
Packit Service 8bf002
/* 24.6:    */
Packit Service 8bf002
#define FUNC( a)    # b     /* { dg-error "not followed by a macro parameter| should be followed by a macro argument name| Not a formal parameter" } */
Packit Service 8bf002