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