c++: Add [dcl.init.aggr] examples to testsuite
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash37.C
blob0e46c93593cf2a9b7a67a26a2f9626c2be000ba4
1 // { dg-do assemble  }
2 // GROUPS passed old-abort
3 typedef int _sigset_t;
4 extern "C" {
5         extern int sigaction(int signo, const struct sigaction *action_spec_p, struct sigaction *old_action_p);
7 extern "C" {
8         extern void foo();
10 class SS {
11         friend void foo();
12 protected:
13         void goo();
15 inline void
16 SS::goo() { }