sv-parser/sv-parser-pp/testcases/include_noindent.sv

4 lines
59 B
Systemverilog

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