fasto unzipped
This commit is contained in:
6
fasto/tests/copyConstPropFold1.fo
Normal file
6
fasto/tests/copyConstPropFold1.fo
Normal file
@ -0,0 +1,6 @@
|
||||
fun int main() =
|
||||
let length = 40 in
|
||||
let array = iota(length) in
|
||||
let index = length / 10 in
|
||||
let x = array[index] in
|
||||
write(x * 1 + 0)
|
Reference in New Issue
Block a user