This reverts commit 7675fc79c802cf7f6a95660f6ee59bf6cb62102f. Requested in PR: https://github.com/llvm/llvm-project/pull/169638#issuecomment-3634227707
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
|