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