diff --git a/sv-parser-pp/testcases/test19.sv b/sv-parser-pp/testcases/test19.sv new file mode 100644 index 0000000..bb10a1f --- /dev/null +++ b/sv-parser-pp/testcases/test19.sv @@ -0,0 +1,3 @@ +module and_op (a, b, c); +`include "test2.svh" // comment +endmodule