index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
intest.awk
blob: f030d07a41f0154a0af73e2614c2034d45673251 (
plain
)
1
2
3
4
BEGIN
{
bool =
((
b =
1
)
in c
);
print
bool
,
b
# gawk-3.0.1 prints "0 "; should print "0 1"
}