#include "stdafx.h"using namespace System;void main(){ Decimal z(0xeb1f0ad2, 0xab54a98c, 0, false, 0); // = 12345678901234567890 Console::WriteLine( z );}