blob: dfa713c4df2574ec183754228680ef735bf7be6d [file] [log] [blame]
/* PR other/61963 */
/* { dg-do compile } */
/* { dg-options "-fcilkplus" } */
void f (int * int *a) /* { dg-error "expected" } */
{
a[0:64] = 0; /* { dg-error "was not declared" "" { target c++ } 7 } */
a[0:64] = 0;
}