diff test/calls1.d @ 291:068cb3c60afb trunk

[svn r312] Changed assert codegen to insert an unreachable terminator after the call to the assert function, which currently calls abort(). Changed array comparison runtime support to pass the array typeinfo instead of the element typeinfo. This allows a cleaner and faster implementation.
author lindquist
date Sat, 21 Jun 2008 21:16:26 +0200
parents d9d5d59873d8
children
line wrap: on
line diff
--- a/test/calls1.d	Sat Jun 21 17:57:36 2008 +0200
+++ b/test/calls1.d	Sat Jun 21 21:16:26 2008 +0200
@@ -1,5 +1,6 @@
 module calls1;
 import tango.core.Vararg;
+extern(C) int printf(char*, ...);
 void main()
 {
     {int a = byVal1(3);}