xref: /llvm-project/flang/test/Preprocessing/show-macros2.F90 (revision 7d60232b38b66138dae1b31027d73ee5b9df5c58)
1! RUN: %flang -DFOO -DBAR=FOO -dM -E -o - %s | FileCheck %s
2
3! Check command line definitions
4
5! CHECK: #define BAR FOO
6! CHECK: #define FOO 1
7