Easy:
    
    
    proc createT[T](x: T): T=
      static: assert sizeof(T) == 4
      result = x
    
    
    Run

Reply via email to