mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-21 14:45:21 +02:00
[svn r94] started on complex support
calling final class methods was being treated as a virtual call failing an assertion.
This commit is contained in:
6
test/complex1.d
Normal file
6
test/complex1.d
Normal file
@@ -0,0 +1,6 @@
|
||||
module complex1;
|
||||
|
||||
void main()
|
||||
{
|
||||
cfloat c1;
|
||||
}
|
||||
Reference in New Issue
Block a user