2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash28.C
blobdcb2dce5b09fdda3a0c7eee13728b8a0f796abda
1 // { dg-do assemble  }
2 // GROUPS passed old-abort
3     class abc
4     {
5      public: 
6       void F()       { return; }
8      private:
9       typedef int myint;
10       typedef struct { int b; } mystruct;
11       typedef union  { int c; } myunion;
12     };