1/* u_1_8.t:     Undefined behaviors on unterminated quotations (2). */
2
3/* u.1.9:   Unterminated string literal.    */
4    "String literal
5    across the lines.
6"
7
8/* u.1.10:  Unterminated header-name.   */
9#include    <assert.h
10
11