Retro68/gcc/gcc/testsuite/gfortran.dg/c_sizeof_4.f90
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

11 lines
165 B
Fortran

! { dg-do link }
!
! PR fortran/40568
!
! Module checks for C_SIZEOF (part of ISO_C_BINDING)
!
implicit none
intrinsic c_sizeof ! { dg-error "does not exist" }
end