Test C< ()=() >
Chip Salzenberg [Thu, 26 Dec 1996 02:07:36 +0000 (14:07 +1200)]
t/op/misc.t

index 024a514..5bcc6a0 100755 (executable)
@@ -37,6 +37,8 @@ for (@prgs){
 }
 
 __END__
+()=()
+########
 $cusp = ~0 ^ (~0 >> 1);
 $, = " ";
 print +($cusp - 1) % 8, $cusp % 8, -$cusp % 8, ($cusp + 1) % 8, "!\n";