brintos

brintos / llvm-project-archived public Read only

0
0
Text · 399 B · 8e3d59a Raw
15 lines · plain
1! RUN: %flang -dM -E -o - %s | FileCheck %s2 3! Check the default macros. Omit certain ones such as __LINE__4! or __FILE__, or target-specific ones, like __x86_64__.5 6! Macros are printed in the alphabetical order.7 8! CHECK: #define __DATE__9! CHECK: #define __TIME__10! CHECK: #define __flang__11! CHECK: #define __flang_major__12! CHECK: #define __flang_minor__13! CHECK: #define __flang_patchlevel__14 15