peon/src/tests.pn

6 lines
49 B
Plaintext

operator `+`(a: int): int {
return a;
}
+1;