Fix frontend errors in MistypedExponentiation test.

This commit is contained in:
Max Schaefer
2020-04-14 10:19:05 +01:00
parent 127f232c3d
commit 1bedd9df5d

View File

@@ -26,4 +26,6 @@ func main() {
// than the xor operator and so the query doesn't see a constant on the left
// hand side of ^.
fmt.Println(nonconst()*10 ^ 9)
fmt.Println(mask)
}