go-ethereum/rlp/rlpgen/testdata/uint256.in.txt
2024-05-17 10:10:15 +08:00

10 lines
138 B
Go

// -*- mode: go -*-
package test
import "github.com/holiman/uint256"
type Test struct {
Int *uint256.Int
IntNoPtr uint256.Int
}