view tests/mini/compile_bug26.d @ 991:223a679053dd

Fix x86_64 cfloat support to work on intended target :)
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 26 Feb 2009 14:48:47 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}