1 ! Test component name resolution with nested legacy DEC structures.
2 !RUN: %flang_fc1 -fdebug-dump-symbols %s | FileCheck %s
5 integer :: a_first_comp
6 structure /b
/ b1
, b2(100)
11 structure /d
/ d1
, d2(10)
15 integer :: a_last_comp
18 ! CHECK: /a/: DerivedType sequence components: a_first_comp,b1,b2,z,a_last_comp
19 ! CHECK: /b/: DerivedType sequence components: i
20 ! CHECK: /c/: DerivedType sequence components: i,d1,d2
21 ! CHECK: /d/: DerivedType sequence components: x