blob: 5e64ccd033b8788f38f14798929749a55b94f816 [file] [log] [blame]
int
foo (void)
{
return 1;
}
int
bar (void)
{
return -1;
}