Files
iverilog/ivtest/vvp_tests/sv_class_method_call_nonvoid.json
T
Lars-Peter Clausen 72998c5415 Add regression test for inherited non-void function calls
Check that a bare inherited non-void function call used as a statement emits
the required discarded-return warning and executes the function.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-08-08 18:44:26 -07:00

12 lines
312 B
JSON

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