Rebase.
[official-gcc.git] / gcc / testsuite / c-c++-common / cilk-plus / AN / pr61963.c
blobdfa713c4df2574ec183754228680ef735bf7be6d
1 /* PR other/61963 */
2 /* { dg-do compile } */
3 /* { dg-options "-fcilkplus" } */
5 void f (int * int *a) /* { dg-error "expected" } */
7 a[0:64] = 0; /* { dg-error "was not declared" "" { target c++ } 7 } */
8 a[0:64] = 0;