factor/vm/vm.hpp

10 lines
66 B
C++

namespace factor
{
struct factorvm {
};
extern factorvm *vm;
}