view nocompile/a/assert_11_A.d @ 653:41866371baae

tetsuya <tetsuya_member@pathlink.com> 2005-09-02 news:df86a5$248l$1@digitaldaemon.com
author thomask
date Wed, 07 Sep 2005 22:06:40 +0000
parents
children 8dc894322ce8
line wrap: on
line source

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

// @author@	tetsuya <tetsuya_member@pathlink.com>
// @date@	2005-09-02
// @uri@	news:df86a5$248l$1@digitaldaemon.com

// __DSTRESS_DFLAGS__ 14

module dstress.nocompile.a.assert_11_A;

void main(){
	static assert(-1 > 0);
}