Is the following code good and valid? Can you provide a quote from the standard?
class C { public: int i0 = 10; int i1 = i0 * 10; int i2 = get_int();