Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / altreturn_1.f90
blob0849358697ff14cb4ae8cc10d3067e5751cd72ed
1 ! { dg-do compile }
2 subroutine foo (a)
3 real t, a, baz
4 call bar (*10)
5 t = 2 * baz ()
6 IF (t.gt.0) t = baz ()
7 10 END