xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
intest.awk
(revision 99ea293e719ac006d413e4fde6ac0d5cd4dd6c59)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
bool
= ((
b
=
1
)
in
c);
3
print
bool
,
b
# gawk-3.0.1 prints "0 "; should print "0 1"
4
}
5