view nocompile/t/throw_06.d @ 1518:5b8f89bc1b52

fixed typo
author thomask
date Fri, 27 Apr 2007 17:21:55 +0000
parents 976d6a6a7907
children
line wrap: on
line source

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

// Porting: C++

// __DSTRESS_ELINE__ 12

module dstess.nocmpile.t.throw_06;

void main(){
	throw;
}