Sign in
foss-fpga-tools
/
third_party
/
verible
/
07095f61a411b16de8b60e28d8dde49151bc63cd
/
.
/
verilog
/
tools
/
lint
/
testdata
/
explicit_task_lifetime.sv
blob: 58184a4d0aa205325d0f386a68e1cd9d1499081e [
file
]
// Missing explicit lifetime declaration
task foo
();
endtask