include ../../header.mk

TEST       = recursive
TITLE      = naive recursive functions
TEST_ARGS  = 8
TEST_INPUT = /dev/null

GHC_EXTRA_OPTS = -optc-mfpmath=sse -optc-msse2
HUGS_EXTRA_OPTS=

include ../../footer.mk
