blob: 6e32cb34687e5fccbdcd399840032d0086911fa1 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f2003 -Wall" }
! Support F2008's c_sizeof()
!
integer(4) :: i
i = c_sizeof(i) ! { dg-warning "Fortran 2008" }
end