1#pragma once 2 3// Just a test of the ARM64 emitter, playing around with running some code without having the whole emu around. 4 5void Arm64EmitterTest(); 6