mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-12 15:11:49 +01:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
9
test/typeinfo.d
Normal file
9
test/typeinfo.d
Normal file
@@ -0,0 +1,9 @@
|
||||
module typeinfo;
|
||||
|
||||
typedef int int_t;
|
||||
|
||||
void main()
|
||||
{
|
||||
int_t i;
|
||||
i += 3;
|
||||
}
|
||||
Reference in New Issue
Block a user