changeset 321:c1396281e0e8

10 byte reals on the x86 align on 2 byte boundaries Walter <walter@digitalmars.com> 2005-03-17 mail:000c01c52b1d$0be37870$0200a8c0@colossus
author thomask
date Thu, 17 Mar 2005 21:29:28 +0000
parents 6f15c66181a5
children 0c38b6a3aab2
files run/real_03.d
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/run/real_03.d	Thu Mar 17 21:25:17 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-module dstress.run.real_03;
-
-int main(){
-	real r;
-
-	assert(real.alignof >= float.alignof);
-	assert(real.alignof >= real.sizeof);
-	assert(real.alignof == r.alignof);
-
-	return 0;
-}