• gandalf_der_12te@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 days ago

    i still find it funny to think about the void type as a legitimate data type with a 0 byte width. so you can have

    
    void a;
    void b = a;
    return b;