aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C
blob: 707e89841ff7847943e7321e06d0d0d8f2c16d0e (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link: 
// GROUPS passed old-abort
#include <string>

int
main(void) {

  string a[] = {"Hello"};

}