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


Jesse Phillips <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m


--- Comment #1 from Jesse Phillips <[email protected]> 2013-02-06 
13:59:51 PST ---
Just thought I'd mention implementation shouldn't affect

@safe:

int test1() @system {
    int* p=new int;
    *p++=8;
    return 7;
}

or at minimum:

@safe:

@system:
int test1() {
    int* p=new int;
    *p++=8;
    return 7;
}

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

Reply via email to