view tests/mini/debug7.d @ 345:5320fe65a65d trunk

[svn r366] Fixed identity exprs for structs was comparing addresses, not content!
author lindquist
date Sun, 13 Jul 2008 04:27:02 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.debug7;

int gi;

void main()
{
    int* fail;
    *fail = 0;
}