Skip to content

Commit 1d18a3f

Browse files
committed
KNOWNBUG test for `elsif
1 parent 0290dac commit 1d18a3f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
KNOWNBUG
2+
elsif1.v
3+
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
--
8+
The elsif directive is not implemented.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
`define X 1
2+
`ifdef X
3+
`elsif Y
4+
ELSIF
5+
`endif

0 commit comments

Comments
 (0)