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