view test/typeinfo.d @ 43:eb7bf7b7972e trunk

[svn r47] fixed a problem with gdc 4.1
author lindquist
date Fri, 19 Oct 2007 15:26:09 +0200
parents 35d93ce68cf4
children 0c77619e803b
line wrap: on
line source

module typeinfo;

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