2020-01-22 19:25:29 +09:00

7 lines
76 B
Systemverilog

module a;
initial begin
if (`__LINE__ == 0) begin
end
end
endmodule