view nocompile/a/asm_fstp_02_A.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__ 12

module dstress.nocompile.a.asm_fstp_02_A;

void main(){
	version(D_InlineAsm_X86){
		asm{
			fstp;
		}
	}
}