1 // { dg-do assemble  }
2 // GROUPS passed old-abort
3     class abc
4     {
5      public:
F()6       void F()       { return; }
7 
8      private:
9       typedef int myint;
10       typedef struct { int b; } mystruct;
11       typedef union  { int c; } myunion;
12     };
13