PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / asynchronous_2.f90
blob939c9e2f637e5645affb465caae248c521a779f0
1 ! { dg-do compile }
2 ! { dg-options "-std=f95" }
4 ! PR/fortran 25829
6 ! Check parsing ASYNCHRONOUS
8 function func2() result(res)
9 asynchronous res ! { dg-error "Fortran 2003: ASYNCHRONOUS" }
10 end function func2