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