Remove test t20.ept

master
Gwenaël Delaval 6 years ago
parent a304a9003b
commit 239e23211f

@ -1,9 +0,0 @@
fun test(x, y : bool) returns (o : bool)
let
o = x xor y;
tel
node main() returns (ok : bool)
let
ok = test(true, true) = test(true, false) = test(false, true);
tel
Loading…
Cancel
Save