#!/bin/bash
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../rts/
../../compiler/kayac test060.k -L ../../rts -L ../../stdlib
./test060
../../compiler/kayac test060b.k -L ../../rts -L ../../stdlib
../../compiler/kayac test060c.k -L ../../rts -L ../../stdlib
./test060c
rm -f test060 test060c
