fun to_char(in: T) : char { var out:char __if_comp__ __C__ { simple_passthrough(in = in: out = out:) """ char out = (char) in; """ } return out; }