1 2 3 4 5
#include "stage.h" std::array<int, GPR_NUM> Stage::gprs; int Stage::pc; Storage *Stage::storage;