#include const global_const = 0; new stock global_var = 0; new stock global_array[2]; new stock const global_const_var = 0; forward global_func(); public global_func() { return 0; } native global_native(const string[]) = print;