blob: f8e4004c026830f38a9bc0a33d14bdee158fd822 [file] [log] [blame]
! { dg-do compile }
!
! PR 49112: [4.6/4.7 Regression] [OOP] Missing type-bound procedure, "duplicate save" warnings and internal compiler error
!
! Contributed by John <jwmwalrus@gmail.com>
implicit none
save
type :: DateTime
end type
class(DateTime), allocatable :: dt
end