blob: 6f3ad428dba0bf6e76bbaef3635bb471481381c9 [file] [log] [blame]
module top(output f);
assign f = 1;
endmodule