






#include "ADP.h"

@interface BigExportedPersistOperatorInstances : NSObject

@end

@implementation BigExportedPersistOperatorInstances

+ (void)petabytesRaw {
    ADPInit(NULL);
}

@end
