#!/bin/bash
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../rts/
../../compiler/kayac test042a.k -L ../../rts -L ../../stdlib
./test042a
rm -f test042a test042a.exe
../../compiler/kayac test042b.k -L ../../rts -L ../../stdlib
./test042b
rm -f test042b test042b.exe
