blob: 693154268a86c8ad0fa9c06f9f8f36bc9991d6ff [file] [log] [blame]
extern void bar (void);
int
start (void)
{
bar ();
return 0;
}