comparison compile/a/asm_01_M.d @ 1396:35d813a29e8f

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:23:28 +0000
parents daef239f37cf
children
comparison
equal deleted inserted replaced
1395:251a3e0d98f7 1396:35d813a29e8f
25 } 25 }
26 foo(); 26 foo();
27 } 27 }
28 } 28 }
29 }else{ 29 }else{
30 pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); 30 pragma(msg, "DSTRESS{XFAIL}: no inline ASM support");
31 static assert(0); 31 static assert(0);
32 } 32 }