blob: 55efc52e334c01367d2f3e76f4e210b843ccaf2f [file] [log] [blame]
// Build don't link:
// PRMS Id: 10860
class Beige
{
public:
static int yellow();
void white(int green = yellow());
void aqua(int green = Beige::yellow());
};