#!/bin/bash

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../rts/
../../compiler/kayac test006.k -L ../../rts -L ../../stdlib
./test006
rm -f test006
rm -f *.ki *.o
