diff test/complex1.d @ 90:16e88334bba7 trunk

[svn r94] started on complex support calling final class methods was being treated as a virtual call failing an assertion.
author lindquist
date Wed, 07 Nov 2007 03:36:07 +0100
parents
children 4d1e9eb001e0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/complex1.d	Wed Nov 07 03:36:07 2007 +0100
@@ -0,0 +1,6 @@
+module complex1;
+
+void main()
+{
+    cfloat c1;
+}