Blame test-c/n_3_4.c

Packit Service 8bf002
/* n_3_4.c: Handling of comment and <backslash><newline>.   */
Packit Service 8bf002
Packit Service 8bf002
/* 3.4: Comment and <backslash><newline> in #error line.    */
Packit Service 8bf002
#error  Message of first physical line. \
Packit Service 8bf002
    Message of second physical and first logical line.  /*
Packit Service 8bf002
    this comment splices the lines
Packit Service 8bf002
    */  Message of forth physical and third logical line.
Packit Service 8bf002