Consider the following scenario:
- You create a Microsoft Visual C++ 2010 project.
- You use a function that returns a local variable that is larger than 64 bytes.
- You enable an optimization compiler option for the project. For example, you enable the Maximize Speed (/O2) optimization compiler option.
- You build the project for the x64 platform by using Microsoft Visual Studio 2010, and then you try to run the built application.