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