Files
avo/tests/fixedbugs/issue195/asm.go

15 lines
236 B
Go
Raw Normal View History

//go:build ignore
package main
import (
2026-03-06 20:14:02 +00:00
. "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()
}