changeset 277:56edddab1384

added cent and ucent tests
author thomask
date Wed, 09 Feb 2005 08:08:29 +0000
parents a5b12edf355b
children ff8070672e37
files nocompile/cent_01.d nocompile/ucent_01.d
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/cent_01.d	Wed Feb 09 08:08:29 2005 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// cent is reserved for 128bit integers
+
+module dstress.nocompile.cent_01;
+
+int cent;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/ucent_01.d	Wed Feb 09 08:08:29 2005 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// ucent is reserved for 128bit unsigned integers
+
+module dstress.nocompile.ucent_01;
+
+int ucent;