[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / fexport / test.c
diff --git a/ghc/tests/programs/fexport/test.c b/ghc/tests/programs/fexport/test.c
deleted file mode 100644 (file)
index 3712493..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "For_stub.h"
-
-int
-main(int argc, char *argv[])
-{
-  int i;
-  char msg[] = "Hello, world\n";
-
-  startupHaskell(argc,argv);
-
-  for (i=0; i < sizeof(msg) - 1; i++) {
-     putChar(msg[i]);
-  }
-  shutdownHaskell();
-}