mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-26 21:49:03 +02:00
[svn r57] Added most basic TypeInfo (rebuild lphobos).
Fixed some SymOffExp bugs. Added another typeinfo test case.
This commit is contained in:
20
lphobos/typeinfos.d
Normal file
20
lphobos/typeinfos.d
Normal file
@@ -0,0 +1,20 @@
|
||||
module typeinfos;
|
||||
|
||||
import
|
||||
typeinfo.ti_byte,
|
||||
typeinfo.ti_char,
|
||||
typeinfo.ti_delegate,
|
||||
typeinfo.ti_dchar,
|
||||
typeinfo.ti_double,
|
||||
typeinfo.ti_float,
|
||||
typeinfo.ti_int,
|
||||
typeinfo.ti_long,
|
||||
typeinfo.ti_ptr,
|
||||
typeinfo.ti_real,
|
||||
typeinfo.ti_short,
|
||||
typeinfo.ti_ubyte,
|
||||
typeinfo.ti_uint,
|
||||
typeinfo.ti_ulong,
|
||||
typeinfo.ti_ushort,
|
||||
typeinfo.ti_void,
|
||||
typeinfo.ti_wchar;
|
||||
Reference in New Issue
Block a user