blob: 0849358697ff14cb4ae8cc10d3067e5751cd72ed [file] [log] [blame]
! { dg-do compile }
subroutine foo (a)
real t, a, baz
call bar (*10)
t = 2 * baz ()
IF (t.gt.0) t = baz ()
10 END