Segmentationfaultonreturningfrommain(veryshortandsimplecode,noarraysorpointers)我一直想知道为什么以下琐碎的代码在从main()返回时会产生分段错误://Produces"Errorwhiledumpingstate(probablycorruptedstack);Segmentationfault"#include#include#includeusingnamespacestd;classTest{ vectorint>numbers;};intmain(){ Testa; ifstreaminfile;