Files
iverilog/ivtest/vvp_tests/sv_class_task_expr_fail.json
T
Lars-Peter Clausen 449abb6bda Add regression test for class tasks used as expressions
Check that using a class task through an object method call in expression
context reports a compile/elaboration error instead of triggering an assert.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-06-20 17:06:36 -07:00

10 lines
231 B
JSON

{
"type" : "CE",
"source" : "sv_class_task_expr_fail.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Classes are not supported",
"type" : "CE"
}
}