Files
clang-p2996/flang/test/Preprocessing/preserve-brace-include.F90
Ethan Luis McDonough 9ce8eb0fbc [flang] Remove macro replacement in angular bracket includes
Addresses Github issue [[ https://github.com/llvm/llvm-project/issues/60317 | #60317 ]].

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D143469
2023-02-18 01:59:32 -06:00

6 lines
107 B
Fortran

! RUN: %flang -E -I%S %s | FileCheck %s
#define empty ERR_NONEXISTENT
! CHECK-NOT: :5:
#include <empty.h>