C/C++: add fix-it hints for various missing symbols
[official-gcc.git] / gcc / testsuite / c-c++-common / cilk-plus / AN / parser_errors.c
blobfd4fe5419b641b49ac6ab46a19643bd930f4fcc8
1 /* { dg-do compile } */
2 /* { dg-options "-fcilkplus" } */
4 int main (void)
6 int array[10][10], array2[10];
8 array2[:] = array2[: ; /* { dg-error "expected ']'" } */
10 return 0; /* { dg-error "expected ';' before" "" { target c } } */