go-ethereum/rlp/rlpgen/testdata/bigint.in.txt

11 lines
112 B
Go

// -*- mode: go -*-
package test
import "math/big"
type Test struct {
Int *big.Int
IntNoPtr big.Int
}