default Order dec $include type LEN : Int = 32 let v : bits(LEN) = 0xFFFF_FFFF function main((): unit) -> unit = { print_bits("v = ", v) }