#!/bin/bash
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../rts/
../../compiler/kayac test041a.k -L ../../rts -L ../../stdlib
./test041
rm -f test041 test041.exe
../../compiler/kayac test041b.k -L ../../rts -L ../../stdlib
./test041
rm -f test041 test041.exe
../../compiler/kayac test041c.k -L ../../rts -L ../../stdlib
rm -f test041 test041.exe
