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