Out of Memory.
♥0 |
Line 12 |
Modified 2010-10-27 14:19:17 |
MIT License
archived:2017-03-20 06:47:04
ActionScript3 source code
/**
* Copyright alotfuck ( http://wonderfl.net/user/alotfuck )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/m6Vs
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
try{
var over1GB:Vector.<int>=new Vector.<int>(512*512*512*3);
}catch(e:Error){
trace(e)
}
}
}
}