module DoLet2 where

import FFI

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