view tests/mini/debug7.d @ 360:9c9544fd769d trunk

[svn r381] Allow concatenating with static arrays.
author ChristianK
date Mon, 14 Jul 2008 17:26:58 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.debug7;

int gi;

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