view tests/mini/compile_bug26.d @ 814:05f2651caa6c

Added error when invoking gcc fails
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 15:18:22 +0100
parents fc098100ecc7
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}