Sign in
foss-fpga-tools
/
third_party
/
verible
/
dc17c1a8c97bbaf91018bff7b05ee3c64d445d9e
/
.
/
verilog
/
tools
/
lint
/
testdata
/
plusarg_assignment.sv
blob: 89f9f2435772ac4cda25e78f32ea67a00d3213a9 [
file
] [
log
] [
blame
]
class
foo
;
function
bar
;
// The use of $test$plusargs() is not allowed.
if
(
$test$plusargs
(
"baz"
))
return
1
;
endfunction
endclass