view tests/mini/imports_2of2.d @ 370:051ab876fe11 trunk

[svn r391] Fix classes nested inside functions for real.
author ChristianK
date Tue, 15 Jul 2008 10:23:50 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module imports_2of2;

int func()
{
    return 42;
}

struct S
{
    long l;
}