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

16
tests/dead_bnd_rem.fo Normal file
View File

@ -0,0 +1,16 @@
fun int main() =
let y = read(int) in
let x = y * y in
let z =
let x =
let x = x + 3 in
let x = x + y
in x + 8
in y
in
let x = y + 2 in
let w = x + 2 + z in
let v =
let y = y + 3
in x * y
in write(v)