test: add failing test
authorEddie Hung <eddie@fpgeh.com>
Mon, 4 May 2020 19:18:02 +0000 (12:18 -0700)
committerEddie Hung <eddie@fpgeh.com>
Mon, 4 May 2020 19:18:02 +0000 (12:18 -0700)
tests/verilog/upto.ys [new file with mode: 0644]

diff --git a/tests/verilog/upto.ys b/tests/verilog/upto.ys
new file mode 100644 (file)
index 0000000..d87f442
--- /dev/null
@@ -0,0 +1,5 @@
+read_verilog <<EOT
+module top(input [-128:-65] a);
+endmodule
+EOT
+dump