brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 3e959f4 Raw
7 lines · plain
1!RUN: %flang_fc1 -x cuda -fdebug-unparse %s 2>&1 | FileCheck %s2!CHECK: ATTRIBUTES(DEVICE) FUNCTION foo()3!@cuf attributes(device) &4function foo()5  foo = 1.6end7