blob: 0d5ec83d7c5d2fe7655e09400e4b0a00fcd6148a [file] [log] [blame]
module top(output f);
assign f = 0;
endmodule