diff nocompile/sizeof_10.d @ 228:a3cb1d622f37

updated sizeof tests
author thomask
date Mon, 03 Jan 2005 18:00:19 +0000
parents
children f87ba6507260
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/sizeof_10.d	Mon Jan 03 18:00:19 2005 +0000
@@ -0,0 +1,10 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.sizeof_10;
+
+union MyUnion{
+	int a;
+	size_t sizeof;
+}