1 #pragma clang system_header 2 3 extern const int my_const_system_global; 4 extern int my_mutable_system_global; 5