1## name basic failures
2## failures 2
3## cut
4
5-t;
6if (-t) { }
7
8#-----------------------------------------------------------------------------
9
10## name basic passes
11## failures 0
12## cut
13-toomany;
14-f _;
15
16#-----------------------------------------------------------------------------
17
18# Local Variables:
19#   mode: cperl
20#   cperl-indent-level: 4
21#   fill-column: 78
22#   indent-tabs-mode: nil
23#   c-indentation-style: bsd
24# End:
25# ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
26