xref
: /
netbsd-src
/
external
/
gpl2
/
gettext
/
dist
/
autoconf-lib-link
/
tests
/
rpathlx
/
usex.c
(revision c38e7cc395b1472a774ff828e46123de44c628e9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
rpathx_value
(
void
);
2
int
main
() {
return
!(
rpathx_value
() ==
5
); }
3