view run/label_01.d @ 1612:1f76d5b2f458

Fix typo in testcase run/typeid_79
author Christian Kamm <kamm incasoftware de>
date Sun, 10 May 2009 11:55:53 +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_01;

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