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