summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/openacc-define-3.c
blob: f2122f57dd9d3e376ba4c338dcc4e781e748793d (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 != 201711
# error _OPENACC defined to wrong value
#endif