blob: 35a11b66c91177adc88bdd8938e553465e43267d [file] [log] [blame]
/* PR c++/61455 */
/* { dg-do compile } */
/* { dg-options "-fcilkplus" } */
void foo ()
{
int a[2];
int b = a[:]; /* { dg-error "cannot be scalar" } */
}