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