blob: b42f950546baaa4c7656c095266db5d1c5d6e8c2 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f2008" }
!
interface
subroutine foo()
end
integer function bar()
end
end interface
contains
subroutine test()
end
integer function f()
f = 42
end
end