view norun/throw_04.d @ 1592:276327753cc7

Fix typo in run/a/asm_lea_03.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 Aug 2008 10:12:53 +0200
parents db4b6169a99d
children
line wrap: on
line source

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

module dstress.norun.throw_04;

static ~this(){
	throw new Exception("Message\n");
}

int main(){
	return 0;
}