Move everything out

This commit is contained in:
NikolajDanger
2022-05-18 10:46:19 +02:00
parent 642fcbd636
commit 8e3427a843
117 changed files with 0 additions and 0 deletions

6
tests/short_circuit.fo Normal file
View File

@ -0,0 +1,6 @@
fun bool no_way() = no_way()
fun bool main() =
let a = write(false && no_way()) in
let b = write(true || no_way()) in
true