1/* n_3_4.t: Handling of comment and <backslash><newline>.   */
2
3/* 3.4: Comment and <backslash><newline> in #error line.    */
4#error  Message of first physical line. \
5    Message of second physical and first logical line.  /*
6    this comment splices the lines
7    */  Message of forth physical and third logical line.
8
9