view test/fail1.d @ 257:4234b014a4f2 trunk

[svn r275] improved makewebstatistics
author ChristianK
date Thu, 12 Jun 2008 18:40:47 +0200
parents d8dd47ef3973
children
line wrap: on
line source

module fail1;

void func()
{
    float* fp;
    float f = *fp;
}

void main()
{
    func();
}