15 lines
236 B
Go
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()
|
|
}
|