Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git] / flang / test / Preprocessing / show-macros2.F90
blobbaf52ba8161f1195f426bdf6eff1a0f712696181
1 ! RUN: %flang -DFOO -DBAR=FOO -dM -E -o - %s | FileCheck %s
3 ! Check command line definitions
5 ! CHECK: #define BAR FOO
6 ! CHECK: #define FOO 1