OSDN Git Service

PR target/35944
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / include_1.f90
1 ! PR debug/33739
2 ! { dg-do compile }
3 ! { dg-options "-g3" }
4 subroutine a
5 include 'include_1.inc'
6 end subroutine a
7 subroutine b
8 include 'include_1.inc'
9 end subroutine b