blob: 3e959f40d2e3f21f24d6f0e8e7164aa24e8918f4 [file] [log] [blame] [edit]
!RUN: %flang_fc1 -x cuda -fdebug-unparse %s 2>&1 | FileCheck %s
!CHECK: ATTRIBUTES(DEVICE) FUNCTION foo()
!@cuf attributes(device) &
function foo()
foo = 1.
end