view test/imports_2of2.d @ 68:c4b3f5d2cd9b trunk

[svn r72] Calling a nested function that is not a delegate was not working.
author lindquist
date Sun, 28 Oct 2007 03:14:29 +0100
parents c53b6e3fe49a
children
line wrap: on
line source

module imports_2of2;

int func()
{
    return 42;
}

struct S
{
    long l;
}