1 2 3 4 5 6 7 8 9
// { dg-do assemble } // PRMS Id: 10860 class Beige { public: static int yellow(); void white(int green = yellow()); void aqua(int green = Beige::yellow()); };