13 lines
253 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
{-# OPTIONS -cpp #-}
#include "../../../../config.h"
import System.Plugins
2005-04-24 08:51:33 +00:00
import API
main = do
2005-09-03 04:45:14 +00:00
let includes = TOP ++ "/testsuite/load/null/api"
2005-04-24 08:51:33 +00:00
(_,v) <- load "../Null.o" ["."] ["../api/package.conf"] "resource"
putStrLn ( show (a v) )