mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-01 12:33:13 +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:
10
test/bug63.d
Normal file
10
test/bug63.d
Normal file
@@ -0,0 +1,10 @@
|
||||
module bug63;
|
||||
|
||||
void main()
|
||||
{
|
||||
static void notnested()
|
||||
{
|
||||
printf("hello world\n");
|
||||
}
|
||||
notnested();
|
||||
}
|
||||
Reference in New Issue
Block a user