On 6/11/10 4:20 PM, Chris Lattner wrote:
> Hi Patrick,
>
> I don't know of anyone working on it, but I'd really like to eliminate void. It doesn't seem like a useful feature of the type system. Functions can be changed to return {} for example.
>
> -Chris
That's the structure type with zero elements, right?
Patrick