2 ! PR40638 Run Time Error: Unit number in I/O statement too large
4 integer(kind
=2) :: lun
, anum
5 integer(kind
=1) :: looney
, bin
10 open (lun
, status
='scratch')
15 if (anum
.ne
.5) call abort
16 open (looney
, status
='scratch')
21 if (bin
.ne
.23) call abort