blob: 2fd284f9ebdc1807f265d1d3702f6efc05a97e40 [file] [log] [blame]
/*
:name: comments
:description: A module testing system verilog comments
:should_fail: 0
:tags: 5.4
*/
module empty (
);
/* multi
line
comment
*/
// single line comment
endmodule