sv2v/test/core/struct_cast_dot.v

6 lines
70 B
Verilog
Raw Normal View History

2024-12-14 17:08:11 +01:00
module top;
wire a;
wire [1:0] b;
wire [2:0] c;
endmodule