aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/bug1614.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/various/bug1614.ys')
-rw-r--r--tests/various/bug1614.ys5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/various/bug1614.ys b/tests/various/bug1614.ys
new file mode 100644
index 000000000..6fbe84a4c
--- /dev/null
+++ b/tests/various/bug1614.ys
@@ -0,0 +1,5 @@
+read_verilog <<EOT
+module testcase;
+ wire [3:0] #1 a = 4'b0000;
+endmodule
+EOT