sv-parser/sv-parser-pp/testcases/include_sameline_comment.sv
2022-07-21 12:51:16 +02:00

4 lines
67 B
Systemverilog

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