| 357 | y.y = &x;\r\n\ |
| 358 | auto ref z = y, w = z;\r\n\ |
| 359 | y = nullptr;\r\n\ |
| 360 | void corrupt(){ int[32*1024] e = 0xfeeefeee; } corrupt();\r\n\ |
| 361 | x = 8;\r\n\ |
| 362 | return *Foo(z).y;"; |
| 363 | TEST_RELOCATE("VM stack relocation (auto ref)", testAutoRefStackRelocate, "8"); |