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