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