Remove test t20.ept

This commit is contained in:
Gwenaël Delaval 2018-10-30 18:02:57 +01:00
parent a304a9003b
commit 239e23211f

View file

@ -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