PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / open_access_1.f90
blob95466177f411cb54f9dc122adcef15cd63120be2
1 ! { dg-do compile }
3 real :: a
4 a = 6.0
5 open (unit = 6, file = 'foo', access = a) ! { dg-error "must be of type CHARACTER" }
6 end