crash30.C   [plain text]


// Build don't link: 
// GROUPS passed old-abort
#include <string>

int
main(void) {

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

}