Files
ldc/test/typeinfo.d
2007-09-01 21:43:27 +02:00

10 lines
79 B
D

module typeinfo;
typedef int int_t;
void main()
{
int_t i;
i += 3;
}