4 lines
72 B
C++
4 lines
72 B
C++
|
void* global_pointer;
|
||
|
void* const GlobalConstPointer = global_pointer;
|
||
|
|