* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gfortran.dg / contains_empty_2.f03
blobb530d89d7042ad66012f3c4ff36c5533340266ad
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008 -pedantic" }
4 program test
5   print *, 'hello there'
6 contains
7 end program test
9 module truc
10   integer, parameter :: answer = 42
11 contains
12 end module truc