[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Preprocessing / include-line.F90
blob63ff9d33b07b40903cad318d8a2bbd2401958528
1 ! RUN: %flang_fc1 -fdebug-unparse %s -Dj=1 2>&1 | FileCheck %s
2 ! Ensure that macro definitions don't affect INCLUDE lines (unlike #include)
3 #define sin cos
4 !CHECK: PRINT *, 0._4, j
5 include "include-file.h"
6 end