mirror of https://github.com/zachjs/sv2v.git
8 lines
148 B
Systemverilog
8 lines
148 B
Systemverilog
|
|
// pattern: unexpected severity task token
|
||
|
|
// location: severity_task_token.sv:5:16
|
||
|
|
module top;
|
||
|
|
task t;
|
||
|
|
$fatal x;
|
||
|
|
endtask
|
||
|
|
endmodule
|