8 lines · plain
1! RUN: %flang_fc1 -fdebug-dump-symbols %s 2>&1 | FileCheck %s2! Ensure that DATA-like default component initializers work.3! CHECK: j size=4 offset=0: ObjectEntity type: INTEGER(4) init:123_44type t5 integer j/123/6end type7end8 1! RUN: %flang_fc1 -fdebug-dump-symbols %s 2>&1 | FileCheck %s2! Ensure that DATA-like default component initializers work.3! CHECK: j size=4 offset=0: ObjectEntity type: INTEGER(4) init:123_44type t5 integer j/123/6end type7end8