github.1485827954.workers.dev/ethereum/go-ethereum@v1.14.3/rlp/rlpgen/testdata/uint256.in.txt (about)

     1  // -*- mode: go -*-
     2  
     3  package test
     4  
     5  import "github.com/holiman/uint256"
     6  
     7  type Test struct {
     8  	Int      *uint256.Int
     9  	IntNoPtr uint256.Int
    10  }