mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
Applied fixes from wilsonk on the forum Some tweaks to work with gc 7.0 Fixed aggregate members of aggregates Fixed cyclic/recursive class declarations Other minor tweaks
7 lines
61 B
D
7 lines
61 B
D
module typeinfo;
|
|
|
|
void main()
|
|
{
|
|
auto ti = typeid(int);
|
|
}
|