Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.mike / net1.C
blob72b8e72d77d23fcb20ce77cc0f74bca88c34b60c
1 // { dg-do assemble  }
2 // Here is a net bug
4 class ivAllocation {
5 public:
6   ivAllocation();
7   int x_;
8 };
10 class TBScrollBoxInfo {
11 public:
12   ivAllocation allocation_;
15 TBScrollBoxInfo* items_;
17 inline TBScrollBoxInfo item() {
18   return items_[0];