1// +build !appengine
2// +build gc
3// +build !noasm
4
5package lz4
6
7//go:noescape
8func decodeBlock(dst, src []byte) int
9