mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 17:54:22 +02:00
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
|