blob: a8047e98123249caea87a75c437d33125878ea21 (
plain)
1
2
3
4
5
6
7
8
|
/* PR c/79428 */
/* { dg-options "-fopenacc" } */
void
foo ()
{
#pragma acc routine /* { dg-error ".#pragma acc routine. must be at file scope" } */
// { dg-error "expected" "end" { target *-*-* } .-1 }
|