github.com/llvm-mirror/llgo@v0.0.0-20190322182713-bf6f0a60fce1/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