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