[Issue 9577] Crash on static array of function literals

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 23 09:36:03 PST 2013


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


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2013-02-23 09:36:02 PST ---
Simpler test case:


void main() {
    static int function(int)[] foo = [x => x];
    foo[0](0);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list