github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/math0_stdlibs.gno (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"math"
     6  )
     7  
     8  func main() {
     9  	fmt.Println(math.MinInt8)
    10  }
    11  
    12  // Output:
    13  // -128