more test coverage and dead code removal

This commit is contained in:
Zachary Snow
2021-03-09 15:48:10 -05:00
parent 937a583e41
commit 38cc25fad6
21 changed files with 115 additions and 44 deletions
+4
View File
@@ -0,0 +1,4 @@
// pattern: encountered continue outside of loop
module top;
initial continue;
endmodule