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>
5 lines
48 B
C
5 lines
48 B
C
char *BAR = "bar";
|
|
|
|
void a();
|
|
void b() { a(); }
|