crash30.C   [plain text]


// { dg-do assemble  }
// GROUPS passed old-abort
#include <string>

int
main(void) {

  std::string a[] = {"Hello"};

}