github.com/axw/llgo@v0.0.0-20160805011314-95b5fe4dca20/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