5 lines
98 B
C++
5 lines
98 B
C++
int zero_init();
|
|
int badSrcGlobal = zero_init();
|
|
int readBadSrcGlobal() { return badSrcGlobal; }
|
|
|