Remove test t20.ept
This commit is contained in:
parent
a304a9003b
commit
239e23211f
1 changed files with 0 additions and 9 deletions
|
@ -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…
Reference in a new issue