mirror of https://github.com/zachjs/sv2v.git
5 lines
142 B
Systemverilog
5 lines
142 B
Systemverilog
|
|
// pattern: elab_task_stray_no_args\.sv:3:11: Parse error: unexpected token after elaboration system task
|
||
|
|
module top;
|
||
|
|
$info , ;
|
||
|
|
endmodule
|