view test/structinit2.d @ 9:dafae18f9c08 trunk

[svn r13] * Updated for LLVM 2.1 * Class v-tables are now typesafe * Code cleanups
author lindquist
date Mon, 01 Oct 2007 21:19:53 +0200
parents c53b6e3fe49a
children ee302fe07296
line wrap: on
line source

module structinit2;

struct Imp
{
    int i;
    long l;
    float f;
}