view run/integer_literal_hex_03.d @ 1624:16361129bf5f

add test
author Moritz Warning <moritzwarning@web.de>
date Thu, 06 Jan 2011 14:25:32 +0100
parents f87ba6507260
children
line wrap: on
line source

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

module dstress.run.integer_literal_hex_03;

int main(){
	assert( -0xA == -10);
	return 0;
}