aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / zero_sized_11.f90
blob35f75342b6988d6b38d8f02e4cb32ebadf941e88
1 ! { dg-do compile }
2 ! PR 65428 - this used to ICE. Original test case by FX Coudert.
3 program p
4 integer :: i
5 print *, [shape(1)]
6 print *, [[ integer :: ]]
7 print *, (/ (/ (i, i=1,0) /) /)
8 end