github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/zrealm_const.gno (about) 1 // PKGPATH: gno.land/r/const_test 2 package const_test 3 4 import "std" 5 6 func main() { 7 println(std.RawAddressSize) 8 } 9 10 // Output: 11 // 20