Sign in
foss-fpga-tools
/
third_party
/
verible
/
7ef4fe45b18f3999c48af7db0b868d6fca18f025
/
.
/
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