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