PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / unexp_attribute.f90
blobc39b4a9a3b6ca8ed939d73aa89fb22a87897cdfc
1 ! { dg-do compile }
2 ! PR fortran/69498
3 ! This test used to result in an internal compiler error
4 function f()
5 interface
6 external f ! { dg-error "Unexpected attribute declaration statement in INTERFACE" }
7 end interface
8 end function