blob: fe63cd6577951b45bd6f431f3db2806268289fde [file] [log] [blame]
int bar()
{
return 1;
}
int baz(int a)
{
return a + 1;
}