blob: c0ae15f9a6b20b42c26596295d07b2acc010fd37 [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