packages feed

fay-0.19: tests/DoLet2.hs

module DoLet2 where

import FFI

main = do
  print 1
  let [a,b] = [3]
  print a