int GLOBAL = 42; int ZEROGLOBAL; int FUNC() { return 1; } static int FUNC2() { return 2; } int main() { }