sv2v/test/core/string_cast_tb.v

7 lines
108 B
Verilog

module top;
mod m1();
mod #("foo") m2();
mod #("bar") m3();
mod #("foobar") m4();
endmodule