sv-parser/sv-parser-pp/testcases/include_origin.sv
2022-07-21 12:15:52 +02:00

4 lines
56 B
Systemverilog

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