2021-01-29 18:35:48 +09:00

4 lines
67 B
Systemverilog

module and_op (a, b, c);
`include "test2.svh" // comment
endmodule