Files
avo/examples/add/stub.go
2018-12-27 23:09:44 -08:00

7 lines
155 B
Go

// Code generated by command: go run asm.go -out add.s -stubs stub.go. DO NOT EDIT.
package add
// Add adds x and y.
func Add(x uint64, y uint64) uint64