mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-01 10:03:30 +01:00
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
This commit is contained in:
9
tests/mini/complex3.d
Normal file
9
tests/mini/complex3.d
Normal file
@@ -0,0 +1,9 @@
|
||||
module complex3;
|
||||
|
||||
void main()
|
||||
{
|
||||
cfloat c1 = 1f + 0i;
|
||||
cfloat c2 = 0f + 0i;
|
||||
c2 += 1f + 0i;
|
||||
//assert(c1 == c2);
|
||||
}
|
||||
Reference in New Issue
Block a user