blob: c0e91c58f95076e07c14089b7646832e898ec8db [file]
module top (input i, output o);
assign o = i;
endmodule