This code ``` bit<16> x = 0; ``` results in an internal compiler type for `x` that is 128 bits wide since constants without a width specifier default to 128-bit values. - Came up in #35 - Related to #29 - Related to #34