blob: d196afe0d62ffaed1dfc5774bfca7d3e6b67333d [file] [log] [blame]
extern void test_rpath(void);
extern void test_runpath(void);
int main(void)
{
test_rpath();
test_runpath();
return 0;
}