view test/typeinfo.d @ 10:c0f2c47e5034 trunk

[svn r14] Forgot something stupid...y
author lindquist
date Mon, 01 Oct 2007 23:32:29 +0200
parents 35d93ce68cf4
children 0c77619e803b
line wrap: on
line source

module typeinfo;

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