view nocompile/short_02.d @ 1625:4e908dadd51c

modulo operations with complex numbers are allowed
author Moritz Warning <moritzwarning@web.de>
date Thu, 06 Jan 2011 14:59:13 +0100
parents f87ba6507260
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Auhtor$

// __DSTRESS_ELINE__ 11

module dstress.nocompile.short_02;

int main(){
	short s;
	int i = s.sign;
	return 0;
}