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
5 lines
164 B
Go
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
|