annotate nocompile/idouble_01.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents fa85aed6d38a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
400
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
1 // $HeadURL$
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
2 // $Date$
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
3 // $Author$
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
4
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
5 module dstress.nocompile.idouble_01;
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
6
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
7 idouble i = 0.5;