view tests/mini/imports_2of2.d @ 373:d1574e142e93 trunk

[svn r394] Fixed the new DtoNullValue function
author lindquist
date Tue, 15 Jul 2008 15:16:56 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module imports_2of2;

int func()
{
    return 42;
}

struct S
{
    long l;
}