Sign in
foss-fpga-tools
/
third_party
/
verible
/
bbe85ac0e45bb1e955b2b705e5b21d4a00a39b66
/
.
/
verilog
/
tools
/
lint
/
testdata
/
plusarg_assignment.sv
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