sv-parser/sv-parser-pp/testcases/include_sameline_keyword.sv
2022-07-21 12:42:14 +02:00

3 lines
56 B
Systemverilog

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