view test/bug26.d @ 278:30941d8ee320 trunk

[svn r299] forgot to return status in runExecutable
author lindquist
date Fri, 20 Jun 2008 22:12:15 +0200
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}