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

10 lines
112 B
Go

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