blob: b485106e9d7b3101b806a13ce64bc6c6de9224e0 [file] [log] [blame]
/* FAIL: redefinition of a() */
void a()
{
;
}
void a()
{
;
}