summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/altreturn_1.f90
blob: c0ae15f9a6b20b42c26596295d07b2acc010fd37 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
       subroutine foo (a)
       real t, a, baz
       call bar (*10)
       t = 2 * baz ()
       IF (t.gt.0) t = baz ()
10     END