#!/bin/bash
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../rts/
../../compiler/kayac test034a.k -L ../../rts -L ../../stdlib
../../compiler/kayac test034b.k -L ../../rts -L ../../stdlib
./test034b
rm -f test034b test034b.exe
../../compiler/kayac test034c.k -L ../../rts -L ../../stdlib
../../compiler/kayac test034d.k -L ../../rts -L ../../stdlib
./test034d
rm -f test034d test034d.exe

