• a function call or an overloaded operator expression, whose return type is non-reference, such as ...
A() is a call to default constructor which is a (special) member function, and it does not return anything (so its return type is not a reference). But I am not sure, and the following examples do not contain expressions like A(). So I ask here for a confirmation. Thank you.