Userspace: Add shared library test
I will use this while testing my dynamic loader
This commit is contained in:
6
userspace/tests/test-shared/main.cpp
Normal file
6
userspace/tests/test-shared/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("printf works!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user