Reverts llvm/llvm-project#137828 Buildbot error in https://lab.llvm.org/staging/#/builders/105/builds/37275
9 lines
196 B
Fortran
9 lines
196 B
Fortran
!RUN: %flang -E %s 2>&1 | FileCheck %s
|
|
!RUN: %flang -fc1 -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s
|
|
!CHECK-NOT: dir$
|
|
!CHECK-NOT: error:
|
|
!dir$ fixed
|
|
continue
|
|
!dir$ free
|
|
end
|