view run/typeid_03.d @ 1383:52c9e86b6486

@url@ -> @uri@
author thomask
date Sun, 04 Mar 2007 13:07:35 +0000
parents a33ad7189d21
children 6e4063f99377
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Ben Hinkle <bhinkle@mathworks.com>
// @date@	2004-09-22
// @uri@	news:cis04m$2h9v$1@digitaldaemon.com
// @uri@	nntp://digitalmars.com/digitalmars.D.bugs/1904

module dstress.run.typeid_03;

int main() {
	TypeInfo ti = typeid(int);
	return 0;
}