#pragma once namespace CPU { namespace Integer { void TestAll(); } namespace Memory { void TestAll(); } }