[Issue 1080] Failed to link to std.windows.registry

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 26 07:34:59 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1080





------- Comment #1 from wstring at gmail.com  2007-03-26 09:34 -------
Yet another test program:
// DMD 1.010

class Foo
{
    static int bar() { return 2; }
    private this();
}

void main()
{
    int a = Foo.bar;
}


-- 



More information about the Digitalmars-d-bugs mailing list