Blame test-t/u_1_14.t

Packit Service 8bf002
/* u_1_14.t:    Undefined behaviors on undefined #line syntax.  */
Packit Service 8bf002
Packit Service 8bf002
/* u.1.14:  #line directive without an argument of line number. */
Packit Service 8bf002
#line   "filename"
Packit Service 8bf002
Packit Service 8bf002
/* u.1.15:  #line directive with the second argument of other than string
Packit Service 8bf002
        literal.    */
Packit Service 8bf002
#line   1234    filename
Packit Service 8bf002
Packit Service 8bf002
/* u.1.16:  Excessive argument in #line directive.  */
Packit Service 8bf002
#line   2345    "filename"  Junk
Packit Service 8bf002
Packit Service 8bf002
/*  14; "u_1_14.t"; or other undefined results. */
Packit Service 8bf002
    __LINE__; __FILE__;
Packit Service 8bf002