Generate an implementation of InitGlobal that initialize all globals to zero.
Make a C++ "interface" class of all mutable globals.
The range must NOT contain any const globals.
Recursive lookup until the underlying type is found.
See Source File
Joakim Brännström (joakim.brannstrom@gmx.com)
This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
MPL-2
Copyright (c) 2017, Joakim Brännström. All rights reserved.