Ignore any keyword macros with empty directives that might appear before a compiler directive. Fixes https://github.com/llvm/llvm-project/issues/126459.
6 lines
108 B
Fortran
6 lines
108 B
Fortran
! RUN: %flang -E -fopenmp %s 2>&1 | FileCheck %s
|
|
!CHECK: NDIR=0
|
|
#define BLANKMACRO
|
|
BLANKMACRO !$ NDIR=0
|
|
end
|