Static Constructor
This example demonstrates how C# static class constructor is ported to C++. A static field with special name s_constructor~_~_ of special type **StaticConstructor** is added. The code is executed on program startup and this behavior is different from C# static constructors which are called right before first class usage.
Additional command-line options passed to CsToCppPorter: none.