FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash57.C
blob5032b3f6cceef8c00b26c55ff0fee4cd4b0ae369
1 // Build don't link: 
2 // GROUPS passed old-abort
3 class foo {
4 private:
5   char buffer[1024];
6 public:
7   foo();
8 };
10 int main()
12   static foo& a = *(new foo);