2be4316aec
Fine because: > The value of this handle should not be interpreted in any way by the > caller. From: https://pubs.opengroup.org/onlinepubs/009696599/functions/dlopen.html * Add tests for unload * Implement NOLOAD so we can test that the loaded object has been destroyed. * Minor cleanup. Signed-off-by: Anhad Singh <andypython@protonmail.com>
4 lines
32 B
C
4 lines
32 B
C
char *FOO = "foo";
|
|
|
|
void a() {}
|