view run/label_02.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents 6e4063f99377
children
line wrap: on
line source

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

// @author@	Tyro <ridimz_at@yahoo.dot.com>
// @date@	2004-12-18
// @uri@	news:cq2g95$2n45$1@digitaldaemon.com
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2581

module dstress.run.label_02;

int main(){
label:	{}
	return 0;
}