OSDN Git Service

2010-07-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / class_4a.f03
1 ! { dg-do compile }
2 !
3 ! Test the fix for PR41583, in which the different source files
4 ! would generate the same 'vindex' for different class declared
5 ! types.
6 !
7 ! The test comprises class_4a, class_4b class_4c and class_4d.f03
8
9 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
10 !
11 module m
12   type t
13   end type t
14 end module m