blob: 091fd819fcd20e583106e1f0d180a17e2a1ee162 [file]
module top;
localparam P_FOO = 10;
initial begin
$display(P_FOO);
end
endmodule