prjxray/fuzzers/071-ppips/top.v

4 lines
56 B
Verilog

module top(input a, output y);
assign y = a;
endmodule