view nocompile/a/asm_fsincos_02_D.d @ 856:7b2c5a101190

meta data maintenance
author thomask
date Sun, 19 Feb 2006 12:16:35 +0000
parents a35e4f0a9049
children 25f3e72bf814
line wrap: on
line source

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

// __DSTRESS_ELINE__ 14

module dstress.nocompile.a.asm_fsincos_02_D;

void main(){
	version(D_InlineAsm){
		long x;
		
		asm{
			fsincos x;
		}
	}
}