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