PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / class_33.f90
blobc2bd4e4293681664638616d767235980ce67d6c7
1 ! { dg-do compile }
3 ! PR 46971: [4.6 Regression] [OOP] ICE on long class names
5 ! Contributed by Andrew Benson <abenson@its.caltech.edu>
7 module Molecular_Abundances_Structure
8 type molecularAbundancesStructure
9 end type
10 class(molecularAbundancesStructure), pointer :: molecules
11 end module