Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / rfg1.C
blob6ded343535d72d97671e8ac717c6c35038472b8b
1 // { dg-do assemble  }
2 // Bug: g++ parses the declaration of i as a functional cast.
4 void take_int (int arg) { }
5  
6 void
7 test ()
9     int (i);
11     i = 0;
12     take_int (i);