diff nocompile/offsetof_74.d @ 625:ec5f4198256b

updated <class>.ofsettof tests Ben Hinkle <ben.hinkle@gmail.com> 2005-07-04 news:dac0ps$1hh4$1@digitaldaemon.com
author thomask
date Sat, 13 Aug 2005 20:24:18 +0000
parents be3575b6bf40
children b8c0195059d9
line wrap: on
line diff
--- a/nocompile/offsetof_74.d	Sat Aug 13 20:02:23 2005 +0000
+++ b/nocompile/offsetof_74.d	Sat Aug 13 20:24:18 2005 +0000
@@ -11,5 +11,5 @@
 module dstress.nocompile.offsetof_74;
 
 class A{
-	size_t alignof;
+	size_t offsetof;
 }