aboutsummaryrefslogtreecommitdiffstats
path: root/tests/techmap/recursive_map.v
diff options
context:
space:
mode:
Diffstat (limited to 'tests/techmap/recursive_map.v')
-rw-r--r--tests/techmap/recursive_map.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/techmap/recursive_map.v b/tests/techmap/recursive_map.v
new file mode 100644
index 000000000..934256552
--- /dev/null
+++ b/tests/techmap/recursive_map.v
@@ -0,0 +1,4 @@
+module sub;
+ sub _TECHMAP_REPLACE_ ();
+ bar f0();
+endmodule