Files
clang-p2996/flang/test/Preprocessing/show-macros2.F90
Krzysztof Parzyszek 7d60232b38 [flang][Frontend] Implement printing defined macros via -dM (#87627)
This should work the same way as in clang.
2024-04-10 10:41:20 -05:00

7 lines
143 B
Fortran

! RUN: %flang -DFOO -DBAR=FOO -dM -E -o - %s | FileCheck %s
! Check command line definitions
! CHECK: #define BAR FOO
! CHECK: #define FOO 1