diff options
author | Chip Salzenberg <chip@atlantic.net> | 1996-12-26 14:07:36 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-12-28 06:22:00 +1200 |
commit | 2ace3117e8814e0a6ee3b0c45306adda1a3bba77 (patch) | |
tree | 47a369c873ec5ef3b550c58be10791df7a6ba88b /t | |
parent | 92d69e20477bd17b2201cccdad79af847a7313f5 (diff) | |
download | perl-2ace3117e8814e0a6ee3b0c45306adda1a3bba77.tar.gz |
Test C< ()=() >
Diffstat (limited to 't')
-rwxr-xr-x | t/op/misc.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index 024a514a6c..5bcc6a02a8 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -37,6 +37,8 @@ for (@prgs){ } __END__ +()=() +######## $cusp = ~0 ^ (~0 >> 1); $, = " "; print +($cusp - 1) % 8, $cusp % 8, -$cusp % 8, ($cusp + 1) % 8, "!\n"; |