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