11 lines
230 B
Perl
11 lines
230 B
Perl
|
/* u_1_8.t: Undefined behaviors on unterminated quotations (2). */
|
||
|
|
||
|
/* u.1.9: Unterminated string literal. */
|
||
|
"String literal
|
||
|
across the lines.
|
||
|
"
|
||
|
|
||
|
/* u.1.10: Unterminated header-name. */
|
||
|
#include <assert.h
|
||
|
|