#!/bin/julia a=0x11112222333344445555666677778888 b=a*a println(typeof(b)," ", b)