mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-16 06:51:31 +02: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