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