brintos

brintos / llvm-project-archived public Read only

0
0
Text · 143 B · baf52ba Raw
7 lines · plain
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