1 ! RUN: %python %S/test_errors.py %s %flang_fc1
6 enumerator
:: red
, green
9 enumerator
:: purple
= 2
12 integer(yellow
) anint4
15 enumerator
:: square
, cicrle
16 !ERROR: 'square' is already declared in this scoping unit
24 !ERROR: 'apple' is already declared in this scoping unit
27 !ERROR: 'peach' is already declared in this scoping unit
29 !ERROR: 'red' is already declared in this scoping unit
34 !ERROR: Enumerator value could not be computed from the given expression
35 !WARNING: INTEGER(4) division by zero
36 !ERROR: Must be a constant value
37 enumerator
:: wrong
= 0/0