blob: ad0554c76adae98492ef180f2a2161b929de64d7 [file] [log] [blame]
! { dg-do compile }
! PR 24008
! an argument list to the entry is required
REAL FUNCTION funct()
funct = 0.0
RETURN
!
ENTRY enter RESULT (answer) ! { dg-error "Unclassifiable statement" }
answer = 1.0
RETURN
END FUNCTION funct