Files
ldc/tests/mini/compile_bug26.d
2008-08-12 00:54:32 +02:00

9 lines
61 B
D

module bug26;
extern int i;
void main()
{
int j = i;
}