blob: bf6fb2d59056c66b8b3d38e76b3786b4623f5bd2 [file] [log] [blame]
/* PR c/64766 */
/* { dg-do compile } */
void
foo ()
{
}
void foo () = 0; /* { dg-error "is initialized like a variable|invalid initializer" } */