Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / lvalue4.C
blob0a2ab22051ed1f58e915ec8859910d2930c6fa58
1 // { dg-do run  }
2 int main() {
3   int i = 2;
4   int *pi = &(++i);
6   return i != 3;