From 59146c35832695bc944197115986f8e7f0dea947 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Aug 2003 14:24:14 +0000 Subject: Update the tests a little bit --- test/dlopen/test3.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/dlopen/test3.c (limited to 'test/dlopen/test3.c') diff --git a/test/dlopen/test3.c b/test/dlopen/test3.c new file mode 100644 index 000000000..2f2dfc65c --- /dev/null +++ b/test/dlopen/test3.c @@ -0,0 +1,13 @@ +#include +#include +#include +#include + +extern int dltest(const char *s); + +int main(int argc, char **argv) +{ + dltest("hello world!"); + return EXIT_SUCCESS; +} + -- cgit v1.2.3