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