stuff
This commit is contained in:
6
W1/fasto/tests/short_circuit.fo
Normal file
6
W1/fasto/tests/short_circuit.fo
Normal 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
|
Reference in New Issue
Block a user