mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-03 11:03:14 +01:00
[svn r66] Added support for imaginary floating point types
This commit is contained in:
7
test/imag1.d
Normal file
7
test/imag1.d
Normal file
@@ -0,0 +1,7 @@
|
||||
module imag1;
|
||||
|
||||
void main()
|
||||
{
|
||||
ifloat f = 1.0i;
|
||||
auto x = 2.0i*f;
|
||||
}
|
||||
Reference in New Issue
Block a user