Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git] / flang / test / Preprocessing / preprocessed-dirs.F90
blob26253b62ff22c51ab3e905bd33054e38381e1f92
1 ! RUN: %flang_fc1 -E -fopenacc %s 2>&1 | FileCheck %s
2 !CHECK: subroutine r4(x) Z real :: x Z !$acc routine Z print *, x Z end
3 #define SUB(s, t) subroutine s(x) Z\
4   t :: x Z\
5   !$acc routine Z\
6   print *, x Z\
7   end subroutine s
8 SUB(r4, real)