mirror of https://github.com/zachjs/sv2v.git
7 lines
145 B
Systemverilog
7 lines
145 B
Systemverilog
|
|
// pattern: block_start_3\.sv:4:9: Parse error: expected primary token or type
|
||
|
|
module top;
|
||
|
|
initial begin
|
||
|
|
P::Q = 1;
|
||
|
|
end
|
||
|
|
endmodule
|