xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
exitval3.awk
(revision 744b124e8caed130fec6baedb0c53d1b6de03e41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
exit
42
}
2
END
{
exit
}
3