view tests/mini/compile_bug26.d @ 1179:71479f6e2a01

Give function & delegate literals, foreach bodies and lazy parameters internal linkage.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 30 Mar 2009 16:34:36 +0200
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}