view test/typeinfo.d @ 4:e116aa1488e6 trunk

[svn r8] changed backend includes to always use the gen/<foo>.h prefix fixed passing string literals as array parameters few other fixes moved some array routines into gen/arrays
author lindquist
date Mon, 03 Sep 2007 17:34:30 +0200
parents c53b6e3fe49a
children 35d93ce68cf4
line wrap: on
line source

module typeinfo;

typedef int int_t;

void main()
{
    int_t i;
    i += 3;
}