blob: 18dcf5eb78ecb4647249b4d3b2c3eb5c3169115d [file] [log] [blame] [edit]
module test(input a, output x, y);
assign x = a, y = a;
endmodule