| 72 | } |
| 73 | |
| 74 | EXPORT void call_export_test() { |
| 75 | #ifdef _WINDOWS |
| 76 | if (CALL_EXPORT("kernel32.dll", "LoadLibraryA", int(*)(const char*), "user32.dll")) |
| 77 | CALL_EXPORT("user32.dll", "MessageBoxA", int(*)(int, const char*, const char*, int), 0, "Real", "Msgbox", 0); |
| 78 | #elif defined(_LINUX) |
| 79 | |
| 80 | #endif |
| 81 | } |
| 82 | |
| 83 | EXPORT void indirect_branch_test() { |
| 84 | INDIRECT_BRANCH; |