blob: af2210f9399c55a3efaa74fb4626caeed12cdaf9 [file] [log] [blame]
class foo;
function bar;
// The use of $test$plusargs() is not allowed.
if ($test$plusargs("baz")) begin
return 1;
end
endfunction
endclass