10 lines · c
1// RUN: %clang_cc1 -E -fopenacc %s | FileCheck %s --check-prefix=DEFAULT2 3// DEFAULT: OpenACC:202506:4OpenACC:_OPENACC:5 6// RUN: %clang_cc1 -E -dM -fopenacc %s | FileCheck %s --check-prefix=MACRO_PRINT_DEF7// MACRO_PRINT_DEF: #define _OPENACC 2025068 9 10