DEBSOURCES
Skip Quicknav
sources / haskell-futhark / 0.25.32-3 / tests / modules / index_qual_array.fut
12345678
-- == -- input { 4 } output { 5 } module M = { def a: []i32 = [1,2,3] } def main(x: i32): i32 = M.a[0] + x