blob: 2dab5c3f6189591ec43819ca0088cac7370dc5f8 [file] [log] [blame]
int bar()
{
return 1;
}
int baz(int a, int b)
{
return a + b;
}