package hxcpp; #if (hxcpp_api_level>=330) class StaticStd { } #else @:cppFileCode( 'extern "C" int std_register_prims();') @:buildXml(" ") @:keep class StaticStd { static function __init__() { untyped __cpp__("std_register_prims();"); } } #end