Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / init / byval1_y.C
blob6e217e84ec5b356a35936e07770597d469562ca5
1 #include "byval1.h"
3 void *p[2];
5 int i;
6 int r;
8 C::C()  { p[i++] = this; }
9 C::~C() { if (p[--i] != this) r = 1; }
11 void Foo (C c)
13   p[i++] = &c;