view nocompile/a/asm_frndint_02_E.d @ 1394:25f3e72bf814

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:21:59 +0000
parents 7b2c5a101190
children a62d2a1c5f14
line wrap: on
line source

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

// __DSTRESS_ELINE__ 14

module dstress.nocompile.a.asm_frndint_02_E;

void main(){
	version(D_InlineAsm_X86){
		float x;
		
		asm{
			frndint x;
		}
	}
}