iverilog/ivtest/ivltests/check_constant_4.v

9 lines
81 B
Verilog

module top_module();
integer N;
(* attr = N *)
initial $display(N);
endmodule