Promote integer literal to type-level integer
```rust use typenum::Unsigned use typenum_promote::promote;
asserteq!(::tou64(), 12345); ```