Jeroen Bollen Sat, 04 Jan 2014 09:20:50 -0800
int* CreatePermanentInt() { int i = 5; return &i; }
And i wouldn't be collected after this.