1 ! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
3 ! mainly test that this program does not cause an assertion failure
6 type(t1
), pointer :: p1
9 type(t2
), pointer :: p2
21 ! CHECK-DAG: DICompositeType(tag: DW_TAG_structure_type, name: "t1"{{.*}})
22 ! CHECK-DAG: DICompositeType(tag: DW_TAG_structure_type, name: "t2"{{.*}})