mirror of https://github.com/zachjs/sv2v.git
6 lines
109 B
Systemverilog
6 lines
109 B
Systemverilog
|
|
// pattern: element "yes" has mismatched end label "no"
|
||
|
|
module top;
|
||
|
|
task yes;
|
||
|
|
endtask : no
|
||
|
|
endmodule
|