diff --git a/examples/load/rawload/Main.hs b/examples/load/rawload/Main.hs deleted file mode 100644 index 28bdb8d..0000000 --- a/examples/load/rawload/Main.hs +++ /dev/null @@ -1,8 +0,0 @@ - -import Plugins - -main = do - m <- loadRawObject "t.o" - print (path m) - resolveObjs --- loadFunction m "sym" diff --git a/examples/load/rawload/Makefile b/examples/load/rawload/Makefile deleted file mode 100644 index fb830d4..0000000 --- a/examples/load/rawload/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -TEST= load/rawload - -EXTRA_OBJS=c.o - -TOP=../../.. -include ../../eval.mk diff --git a/examples/load/rawload/t.c b/examples/load/rawload/t.c deleted file mode 100644 index d889433..0000000 --- a/examples/load/rawload/t.c +++ /dev/null @@ -1 +0,0 @@ -int sym(void) { return 1; }