view nocompile/o/opXorAssign_18_H.d @ 727:05000fe1f314

Thomas Kuehne <thomas-dloop@kuehne.cn> 2005-11-02 news:th-0AA4B81A0D5ACA3BC73EDCE5@birke.kuehne.cn
author thomask
date Sat, 05 Nov 2005 08:27:58 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2005-11-02
// @uri@	news:th-0AA4B81A0D5ACA3BC73EDCE5@birke.kuehne.cn

// __DSTRESS_ELINE__ 21

module dstress.nocompile.o.opXorAssign_18_H;

struct X{
	ifloat a;
}

void main(){
	X x;
	ifloat a;
	
	x ^= a;
}