Files
ldc/test/typeinfo.d
Tomas Lindquist Olsen 329ad7747c [svn r10] Updated for LLVM rev. 20070913
Applied fixes from wilsonk on the forum
Some tweaks to work with gc 7.0
Fixed aggregate members of aggregates
Fixed cyclic/recursive class declarations
Other minor tweaks
2007-09-26 19:05:18 +02:00

7 lines
61 B
D

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