Tests: Use illegal struct
This commit is contained in:
parent
e55ed8eb66
commit
3438d8f2b0
|
@ -30,6 +30,8 @@ endclass
|
|||
Cls c; // BAd
|
||||
} illegal_t;
|
||||
|
||||
illegal_t s;
|
||||
|
||||
initial begin
|
||||
$stop;
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue