bad_apple_os/src/app/main.cpp

9 lines
104 B
C++

#include <vector>
extern "C" void main()
{
std::vector<int> someInts;
someInts.resize(100);
}