view tests/mini/compile_bug26.d @ 1574:72f00d740665

Fix bug #356. Our sorting function was wrong if a value was between two NULL pointers.
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 22 Aug 2009 11:45:20 +0200
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}