brintos

brintos / llvm-project-archived public Read only

0
0
Text · 405 B · 637fa26 Raw
13 lines · plain
1!RUN: %python %S/test_errors.py %s %flang_fc12integer twod(1,1)3sync images (*) ! ok4!ERROR: An image-set that is an int-expr must be a scalar or a rank-one array5sync images (twod)6!ERROR: Must have INTEGER type, but is REAL(4)7sync images (3.14159)8!ERROR: Image number -1 in the image-set is not valid9sync images (-1)10!ERROR: Image number -1 in the image-set is not valid11sync images ([2, -1, 3])12end13