view run/typeid_03.d @ 79:2ef833a82afe

Ben Hinkle <bhinkle@mathworks.com> / news://cis04mh9v@digitaldaemon.com / nttp://digitalmars.com/digitalmars.D.bugs:1904
author thomask
date Fri, 29 Oct 2004 05:49:41 +0000
parents
children 24da167d3f07
line wrap: on
line source

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

module dstress.run.typeid_03;

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