sv-parser/sv-parser-pp/testcases/include_withindent.sv

5 lines
68 B
Systemverilog

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