iverilog/ivtest/ivltests/sv_fork_prefix_name_diff_fa...

7 lines
131 B
Verilog

// Check that different prefix and post-fork labels are rejected.
module test;
initial LABEL_A: fork : LABEL_B
join
endmodule