Puzzle 8-12-08 (Spoiler)

bearophile bearophileHUGS at lycos.com
Tue Aug 12 15:08:57 PDT 2008


With the queue puzzle I have even found another possible bug in DMD (18th bug I have found in DMD so far), minimal code:  :-)

void main() {
    for (int i; i < 1; i++)
        static if (false)
            printf("%d\n", i);
}

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list