summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gotools/go/gccgoimporter/testdata/complexnums.go
blob: a51b6b01c0be3ac95ea5436aecbead5b69f21cc5 (plain)
1
2
3
4
5
6
package complexnums

const NN = -1 - 1i
const NP = -1 + 1i
const PN = 1 - 1i
const PP = 1 + 1i
OpenPOWER on IntegriCloud