diff options
Diffstat (limited to 'test/dlopen/nodelmod1.c')
-rw-r--r-- | test/dlopen/nodelmod1.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/dlopen/nodelmod1.c b/test/dlopen/nodelmod1.c deleted file mode 100644 index 51be080af..000000000 --- a/test/dlopen/nodelmod1.c +++ /dev/null @@ -1,10 +0,0 @@ -extern int fini_ran; - -int var1 = 42; - -static void -__attribute__ ((__destructor__)) -destr (void) -{ - fini_ran = 1; -} |