================ @@ -0,0 +1,9 @@ +! RUN: %python %S/../test_errors.py %s %flang -fopenacc +integer function square(x) + implicit none + integer, intent(in) :: x ---------------- klausler wrote: Sure. https://github.com/llvm/llvm-project/pull/135883