Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / ext / attrib19.C
blobf1362c3b4844d550149f15bc3630289ff35b528e
1 // PR c++/19739
3 void Dummy() __attribute__(( , ));
4 void Dummy() {}
6 int main (int argc, char **argv)
8     Dummy();
9     return 0;