Exemplo n.º 1
0
void TestClass::TestSwapBits()
{
	Bit bit;
	bit.SwapBits(14);
}