mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-09 00:44:10 +02:00
[svn r110] Fixed typeinfo for classes.
This commit is contained in:
9
test/typeinfo12.d
Normal file
9
test/typeinfo12.d
Normal file
@@ -0,0 +1,9 @@
|
||||
module typeinfo12;
|
||||
|
||||
class C
|
||||
{
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user