view test/imports_2of2.d @ 208:086e1aa99557 trunk

[svn r224] clean up temporaries after dstress has run
author ChristianK
date Tue, 13 May 2008 21:41:25 +0200
parents c53b6e3fe49a
children
line wrap: on
line source

module imports_2of2;

int func()
{
    return 42;
}

struct S
{
    long l;
}