Update examples
This commit is contained in:
12
testsuite/pkgconf/null/prog/Main.hs
Normal file
12
testsuite/pkgconf/null/prog/Main.hs
Normal file
@ -0,0 +1,12 @@
|
||||
{-# OPTIONS -cpp #-}
|
||||
|
||||
#include "../../../../config.h"
|
||||
|
||||
import System.Plugins
|
||||
import API
|
||||
|
||||
main = do
|
||||
let includes = TOP ++ "/testsuite/load/null/api"
|
||||
(_,v) <- load "../Null.o" ["."] ["../api/package.conf"] "resource"
|
||||
putStrLn ( show (a v) )
|
||||
|
Reference in New Issue
Block a user