Jonathan M Davis:
> Aren't they _always_ on the heap?

void main() {
    int[10] a;
    int[] b = a[];
}

Bye,
bearophile

Reply via email to