annotate nocompile/ireal_02.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +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.ireal_02;
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 ireal i = 1.0L + 1.2Li;