aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/various/bug1496.ys13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/various/bug1496.ys b/tests/various/bug1496.ys
new file mode 100644
index 000000000..d050161dc
--- /dev/null
+++ b/tests/various/bug1496.ys
@@ -0,0 +1,13 @@
+read_ilang << EOF
+module \top
+ wire input 1 \A
+ wire output 2 \Y
+ cell $_AND_ \sub
+ connect \A \A
+ connect \B 1'0
+ connect \Y \Y
+ end
+end
+EOF
+
+extract_fa