mirror of https://github.com/zachjs/sv2v.git
6 lines
122 B
Systemverilog
6 lines
122 B
Systemverilog
|
|
// pattern: unexpected keyword argument
|
||
|
|
// location: severity_task_arg.sv:4:11
|
||
|
|
module top;
|
||
|
|
$fatal(.x("x"));
|
||
|
|
endmodule
|