sv2v/test/error/interface_unknown.sv

4 lines
114 B
Systemverilog

// pattern: declaration type I.J appears to refer to an interface that isn't defined
module mod(I.J K);
endmodule