From 7c2cf404fae390af34571b3fc2901f6580a1dc85 Mon Sep 17 00:00:00 2001 From: dalance Date: Fri, 29 Jan 2021 18:35:48 +0900 Subject: [PATCH] Add testcase --- sv-parser-pp/testcases/test19.sv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sv-parser-pp/testcases/test19.sv 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