c0b2573ed93a314a2797f2f7f7ec3d3679cf988d
[gcc.git] / gcc / testsuite / gfortran.dg / pr20163-2.f
1 open(10,status="foo",err=100)
2 call abort
3 100 continue
4 open(10,status="scratch")
5 end