www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Re: Everything on the Stack

 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
Feb 22 2012