1 // RUN: %clang_cc1 %s -verify -fopenacc
3 // expected-error@+1{{OpenACC construct 'parallel' cannot be used here; it can only be used in a statement context}}
6 // expected-error@+1{{OpenACC construct 'parallel' cannot be used here; it can only be used in a statement context}}
11 // expected-error@+1{{OpenACC construct 'parallel' cannot be used here; it can only be used in a statement context}}
16 // FIXME: Should we disallow this on declarations, or consider this to be on
17 // the initialization?
31 // expected-error@+2{{expected statement}}
39 // FIXME: Should we disallow this on declarations, and consider this to be on
40 // the initialization?
58 // expected-error@+2{{expected statement}}