view test/typeinfo.d @ 21:8d45266bbabe trunk

[svn r25] * Fixed a lot of problems with string literals * Fixed slice-slice copying assignment
author lindquist
date Thu, 04 Oct 2007 07:01:15 +0200
parents 35d93ce68cf4
children 0c77619e803b
line wrap: on
line source

module typeinfo;

void main()
{
    auto ti = typeid(int);
}