mirror of https://github.com/zachjs/sv2v.git
5 lines
139 B
Systemverilog
5 lines
139 B
Systemverilog
|
|
// pattern: assert_deferred_nonzero.sv:3:21: Parse error: expected 0 after #, but found 1
|
||
|
|
module top;
|
||
|
|
initial assert #1 (1);
|
||
|
|
endmodule
|