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

Packit Service 8bf002
/* e_7_4.c:     #line error.    */
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess } */
Packit Service 8bf002
Packit Service 8bf002
/* 7.4:     string literal in #line directive shall be a character string
Packit Service 8bf002
        literal.    */
Packit Service 8bf002
Packit Service 8bf002
#line   123     L"wide"     /* { dg-error "not a valid filename| invalid format| Not a file name" } */
Packit Service 8bf002
/*  10; "e_7_4.c";   */
Packit Service 8bf002
    __LINE__; __FILE__;
Packit Service 8bf002