mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-02 18:43:14 +01:00
[svn r93] a few fixes, some phobos additions.
some very rough groundwork for moduleinfo and classinfo support
This commit is contained in:
11
test/moduleinfo1.d
Normal file
11
test/moduleinfo1.d
Normal file
@@ -0,0 +1,11 @@
|
||||
module moduleinfo1;
|
||||
|
||||
class C
|
||||
{
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
C c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user