Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
36edd2bd845c2e56e36b75d2696ae7a98914e2a8
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.9-string-broken-line.sv
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