]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr37529.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr37529.c
1 /* PR c/37529 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu89" } */
4
5 void
6 foo ()
7 {
8 goto *; /* { dg-error "expected expression before" } */
9 }