blob: 96307dfc6a6810b52ad4606852a78ba6791d88d6 [file] [log] [blame]
void someFunc(int*)
{
}
void otherFunc()
{
someFunc(nullptr);
}