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