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