Files
iverilog/ivtest/vvp_tests/sv_declaration_after_null_statement_fail.json
T
Lars-Peter Clausen 11af9fb3b3 Add regression tests for procedural labels shadowing type identifiers
Check that a visible type identifier can be reused as a procedural assertion
label after a declaration in both task and block bodies. These are the contexts
where label and declaration parsing meet.

Also check that a null statement ends the declaration portion of a procedural
body and a following declaration is rejected.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-07-19 20:12:11 -07:00

6 lines
138 B
JSON

{
"type" : "CE",
"source" : "sv_declaration_after_null_statement_fail.v",
"iverilog-args" : [ "-g2005-sv" ]
}