brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 89c846d Raw
7 lines · plain
1!RUN: %flang_fc1 -fdebug-unparse -x cuda %s 2>&1 | FileCheck %s2!CHECK: REAL, MANAGED, ALLOCATABLE :: x3real, &4  !@cuf managed, &5  allocatable :: x6end7