blob: 16172f05f5e987b0309e58b6fb18f5b2a6a567bf [file] [log] [blame]
! { 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