mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-23 04:21:50 +01:00
[svn r104] TONS OF FIXES.
Split up declaration, constant initializer gen and definition for globals, structs, classes and functions. Improved ClassInfo support (not complete), not in vtable yet. Fixed a bunch of forward reference problems. Much more. Major commit! :)
This commit is contained in:
@@ -4,11 +4,11 @@ typedef int int_t;
|
||||
|
||||
void main()
|
||||
{
|
||||
int_t i;
|
||||
/*int_t i;
|
||||
auto ti = typeid(typeof(i));
|
||||
printf("%s\n",ti.toString.ptr);
|
||||
assert(ti.toString() == "typeinfo3.int_t");
|
||||
assert(ti.next !is null);
|
||||
assert(ti.next.toString() == "int");
|
||||
assert(ti.init is null);
|
||||
assert(ti.init is null);*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user