view test/bug26.d @ 276:21f85bac0b1a trunk

[svn r297] Fixed: rewrote linker code to use LLVM's Program facilities instead of DMD's oldschool broken "native" approach.
author lindquist
date Fri, 20 Jun 2008 17:45:13 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}