2 ! { dg-options "-fcoarray=single" }
4 ! Used to be rejected with:
5 ! Error: Variable 'x' at (1) is a coarray or has a coarray
6 ! component and is not ALLOCATABLE, SAVE nor a dummy argument
8 ! Is valid as "a" is allocatable, cf. C526
9 ! and http://j3-fortran.org/pipermail/j3/2011-June/004403.html
14 integer, allocatable
:: a(:)[:]