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
/
inpref.awk
blob: d64ffe7f66a0e5de0346b835e15e6951881d5fa7 (
plain
)
1
2
3
4
5
6
7
8
9
function
test
(
x
) {
print
x
getline
print
x
}
{
test
(
$
0
)
}