view test/bug26.d @ 113:27b9f749d9fe trunk

[svn r117] Initial working implementation of interfaces. Groundwork for all the different types of class/interface casts laid out.
author lindquist
date Sat, 24 Nov 2007 06:33:00 +0100
parents 0c77619e803b
children
line wrap: on
line source

module bug26;

extern int i;

void main()
{
    int j = i;
}