Test C< ()=() >
[p5sagit/p5-mst-13.2.git] / 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";