view tests/mini/compile_bug26.d @ 900:177afbf5297b

Solaris compatibility and proc map parsing #183, thanks BlueZeniX!
author Christian Kamm <kamm incasoftware de>
date Thu, 22 Jan 2009 18:53:32 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}