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
/
negexp.awk
blob: 3b3a3c06160d2df51e076bea3b8a033e26f4cee6 (
plain
)
1
BEGIN
{
a =
-
2
;
print
10
^a
}