Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / def-args1.C
blobc0cc071a4f55f0c53e3bcc372da32449770ab1c7
1 // { dg-do assemble  }
2 // PRMS Id: 10860
3 class Beige
5 public:
6     static int yellow();
7     void white(int green = yellow());
8     void aqua(int green = Beige::yellow());
9 };