github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/c2/c2.gno (about) 1 package c2 2 3 import "github.com/gnolang/gno/_test/c1" 4 5 var C2 = c1.C1 + "Y"