blob: 7e0b3b0d37582930687d66e0c1956a5a3f70e4ef [file] [log] [blame]
/*
:name: string-broken-line
:description: Basic broken line string example
:should_fail: 0
:tags: 5.9
*/
module top();
initial begin;
$display("broken \
line");
end
endmodule