aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/c_sizeof_4.f90
blob: 16172f05f5e987b0309e58b6fb18f5b2a6a567bf (plain)
1
2
3
4
5
6
7
8
9
10
! { 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