blob: 2242628295fbc7d72b70e3f3943dbfcc3d345225 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f95" }
! BLOCK should be rejected without F2008.
PROGRAM main
IMPLICIT NONE
BLOCK ! { dg-error "Fortran 2008" }
INTEGER :: i
END BLOCK
END PROGRAM main