Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
src
/
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