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