1 ! RUN: bbc -emit-hlfir -fcuda %s 2>&1 | FileCheck %s
6 attributes(device) subroutine sub1(adev)
7 real, device :: adev(10)
10 attributes(global) subroutine sub2()
11 real, shared :: adev(10)
12 !WARNING: SHARED attribute ignored
18 ! CHECK: warning: SHARED attribute ignored