Blame test-c/n_3_4.c

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