view tests/mini/compile_bug26.d @ 1182:5e8f7ad442ba

Fix one more naked asm output problem for mingw32 and remove some duplicate code
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 30 Mar 2009 18:22:30 -0600
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}