libdl-simple-lib.c revision 679e4fe6bd3f433e7990e19617a3157ce733a9c7
1int test_libdl(int x)
2{
3	return x * 1337;
4}
5