(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.brendan/
crash28.C
// { dg-do assemble  }
// GROUPS passed old-abort
    class abc
    {
     public: 
      void F()       { return; }

     private:
      typedef int myint;
      typedef struct { int b; } mystruct;
      typedef union  { int c; } myunion;
    };