mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-07 03:43:19 +02:00
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]>
12 lines
312 B
JSON
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" : ""
|
|
}
|
|
}
|