4 lines
107 B
C
4 lines
107 B
C
#pragma clang system_header
|
|
|
|
extern const int my_const_system_global;
|
|
extern int my_mutable_system_global;
|