1 ! Test lowering of derived type descriptor for types with
2 ! a default initialized character component.
4 ! RUN: bbc -emit-fir -hlfir -o - %s | FileCheck %s
8 character(5) :: character_comp
= "hello"
12 ! CHECK-LABEL: fir.global {{.*}} @_QFtestE.c.t constant
13 ! CHECK: fir.address_of(@_QFtestE.di.t.character_comp) : !fir.ref<!fir.char<1,5>>