sizeof-2.c   [plain text]


/* { dg-do compile } */


void foo()
{
  sizeof(,); /* { dg-error "expected expression before" } */
}