Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
713605cadef845b9f44d6469208fb6e902ace095
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-5
/
5.9-string-basics.sv
blob: 7f192045395220676e8b5bf58cda7767e5424aec [
file
] [
log
] [
blame
]
/*
:name: string-basic
:description: Basic string example
:should_fail: 0
:tags: 5.9 5.3
*/
module
top
();
initial
begin
;
$display
(
"one line"
);
end
endmodule