6 lines
89 B
C++
6 lines
89 B
C++
|
void* function() {
|
||
|
void* LocalPointer = nullptr;
|
||
|
return LocalPointer;
|
||
|
}
|
||
|
|