1 /* { dg-do compile } */
2 
3 
foo()4 void foo()
5 {
6   sizeof(,); /* { dg-error "expected expression before" } */
7 }
8 
9