aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash28.C
blob: 08adee9308a54934522d9f9e33a01c0a37a1f823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link: 
// GROUPS passed old-abort
    class abc
    {
     public: 
      void F()       { return; }

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