blob: ac8e65e6d9c9a6a073750d21a86690d4faa66a82 [file]
module top(b);
input b;
initial $display("%m");
endmodule