blob: 75b24193c7a8a43a7d48e5459c1064feb2655fef [file] [log] [blame]
extern void xyz ();
void
xxx (void)
{
xyz ();
}