testf_dso_helper
void testf_dso_helper(int x, int y);
void testf_dso_helper(int, int);
testf_dso_helper(2, 2);
testf_dso_helper(3, 3);