Tests: Use illegal struct

This commit is contained in:
Wilson Snyder 2024-11-09 08:34:17 -05:00
parent e55ed8eb66
commit 3438d8f2b0

View File

@ -30,6 +30,8 @@ endclass
Cls c; // BAd Cls c; // BAd
} illegal_t; } illegal_t;
illegal_t s;
initial begin initial begin
$stop; $stop;
end end