[flang] Add a semantics test for co_min
authorDamian Rouson <rouson@lbl.gov>
Wed, 1 Dec 2021 23:18:36 +0000 (15:18 -0800)
committerDamian Rouson <rouson@lbl.gov>
Mon, 20 Dec 2021 19:11:16 +0000 (11:11 -0800)
commite96e3912c9b626f289b7fefceacfad136259a12f
treea682d61cfc11712ee90ce01bf93f250d33fb1ed3
parentc7f96d5ab188bf371f8096ed0a98f91f18a5435a
[flang] Add a semantics test for co_min

Test various acceptable forms of co_min calls, including
combinations of keyword and non-keyword actual arguments of
integer, real, and character types.  Also test that several
invalid forms of co_min call generate the correct error messages.

Reviewed By: ktras

Differential Revision: https://reviews.llvm.org/D113077
flang/test/Semantics/collectives02.f90 [new file with mode: 0644]