test-dlopen llvm test

This commit is contained in:
Andrea Fioraldi
2021-03-18 21:34:12 +01:00
parent 9393452d1c
commit 166c8f93b5
3 changed files with 61 additions and 0 deletions

View File

@ -18,6 +18,10 @@
#include <sys/stat.h>
#include <fcntl.h>
#ifdef TEST_SHARED_OBJECT
#define main main_exported
#endif
int main(int argc, char **argv) {
int fd = 0;