aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/openacc-define-3.c
blob: ccedcd907828edd388e9cf122608e3f095fd9efb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-options "-fopenacc" } */
/* { dg-do preprocess } */
/* { dg-require-effective-target fopenacc } */

#ifndef _OPENACC
# error _OPENACC not defined
#endif

#if _OPENACC != 201306
# error _OPENACC defined to wrong value
#endif