mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-29 16:19:02 +02:00
6 lines
69 B
D
6 lines
69 B
D
void main()
|
|
{
|
|
int[10] arr = void;
|
|
int[]* ptr = &arr[1..3];
|
|
}
|