Deal with "\c{", and its kin
[p5sagit/p5-mst-13.2.git] / t / comp / hints.aux
1 our($ri1, $rf1, $rfe1);
2 BEGIN { $ri1 = $^H; $rf1 = $^H{foo}; $rfe1 = exists($^H{foo}); }
3
4 1;