1! RUN: %flang -DFOO -DBAR=FOO -dM -E -o - %s | FileCheck %s2 3! Check command line definitions4 5! CHECK: #define BAR FOO6! CHECK: #define FOO 17