Files
sv2v/test/error/end_label_task_wrong.sv

6 lines
109 B
Systemverilog
Raw Permalink Normal View History

2021-06-15 17:47:32 -04:00
// pattern: element "yes" has mismatched end label "no"
module top;
task yes;
endtask : no
endmodule