1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Check for semantic errors in form team statements
3 ! This subtest contains syntactic tests that prevent the main tests from being emitted.
6 use, intrinsic :: iso_fortran_env
, only
: team_type
7 type(team_type
) :: team
10 ! Syntactically invalid invocations.
12 FORM
TEAM (team_number
, 0)
14 FORM
TEAM (team_number
, team
, STAT
=0)
16 FORM
TEAM (team_number
, team
, ERRMSG
='')