module c; int i,j; initial begin j = fscanf(1<<31,"%b\n",i); $write(i); end endmodule