Files
2026-03-06 20:14:02 +00:00

15 lines
236 B
Go

//go:build ignore
package main
import (
. "sources.truenas.cloud/code/avo/build"
)
func main() {
TEXT("Issue195", NOSPLIT|NOFRAME, "func(x *uint64, y uint32)")
Doc("Issue195 tests for correct argument size.")
RET()
Generate()
}