Files
avo/tests/signature/gen.go
Michael McLoughlin 6acd6a048d tests: test functions with random signatures (#216)
Adds a test for function signature memory layout by generating functions with
random signatures. This confirms that the size and offsets computed by
`gotypes` agree with `asmdecl`.

Updates #191 #195
2021-10-30 18:22:24 -07:00

5 lines
164 B
Go

// Package signature tests handling of random function signatures.
package signature
//go:generate go run asm.go -out signature.s -stubs stub.go -seed 42 -num 256