blob: b6f307d9e934f86c00443252cbba33b863549c97 [file] [log] [blame]
[[deprecated]]
int foo()
{
return 0;
}
int someFunc()
{
return foo();
}