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

../../compiler/kayac test031b.k -L ../../rts -L ../../stdlib
../../compiler/kayac test031c.k -L ../../rts -L ../../stdlib
../../compiler/kayac test031d.k -L ../../rts -L ../../stdlib
../../compiler/kayac test031e.k -L ../../rts -L ../../stdlib
