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