#!/bin/bash
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../rts/
../../compiler/kayac test033.k -L ../../rts -L ../../stdlib
./test033
rm -f test033 test033.exe
rm -f *.ki *.o
