github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/third_party/gotools/go/gccgoimporter/testdata/complexnums.go (about) 1 package complexnums 2 3 const NN = -1 - 1i 4 const NP = -1 + 1i 5 const PN = 1 - 1i 6 const PP = 1 + 1i