mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
8 lines
100 B
D
8 lines
100 B
D
module bug78;
|
|
|
|
void main()
|
|
{
|
|
typedef int int_t = 42;
|
|
int_t i;
|
|
assert(i == int_t.init);
|
|
} |