pass55-frag.cxx   [plain text]


#include <vector>

int main() {
  std::vector<int> v;
  v.push_back(1);
  return 0;
}