goog.module('primitivespecialization.SubIntHolder');

goog.require('nativebootstrap.Util');
goog.require('primitivespecialization.IntHolder');

const SubIntHolder = goog.require('primitivespecialization.SubIntHolder$impl');
exports = SubIntHolder;
