Fortran: fix passing of optional dummy as actual to optional argument [PR55978]
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash57.C
blobb4599fc7e21a39959d7c89b6536fbcfe93738589
1 // { dg-do assemble  }
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);