macro_rules! int_impl_common {
    ($ty:ty) => { ... };
}