blob: d4be333a39e3dd43270883bb8deba73f484a5dbc [file] [log] [blame] [edit]
void foo (void);
void
bar (void)
{
foo ();
}