Everything on the Stack

bearophile bearophileHUGS at lycos.com
Wed Feb 22 16:48:46 PST 2012


> Try this too:
> 
> __gshared int[1_000_000] array;
> void main() {}

Sorry, I meant:

__gshared int[1_000_000] array = void;
void main() {}

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list