blob: 13bed6fab0596aab7678f5e2cb428863c496f1bd [file] [log] [blame]
module top(input a, output q);
assign q = a;
endmodule