iverilog/ivtest/ivltests/sv_fork_prefix_name_same_fa...

7 lines
126 B
Verilog

// Check that matching prefix and post-fork labels are rejected.
module test;
initial LABEL: fork : LABEL
join
endmodule