Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / temporary1.C
blobf4c2ab380d641237937f944a55b756e6f821811e
1 // { dg-do assemble  }
2 // GROUPS passed temporaries
3 #include <stdio.h>
5 int main ()
7         int a = 2;
9         if (----a == 0)
10                 printf ("a = 0\n");
12         printf ("a = %d\n", a);