Sign in
fuchsia
/
third_party
/
cmake
/
e4193adf297f493a88958821b5e926677c9c985a
/
.
/
Tests
/
RunCMake
/
install
/
file-GET_RUNTIME_DEPENDENCIES-linux
/
topexe.c
blob: d196afe0d62ffaed1dfc5774bfca7d3e6b67333d [
file
] [
log
] [
blame
]
extern
void
test_rpath
(
void
);
extern
void
test_runpath
(
void
);
int
main
(
void
)
{
test_rpath
();
test_runpath
();
return
0
;
}