Macro int

macro_rules! int {
    ($($ty:ty),+) => { ... };
}