What is the size on the stack of an RValue reference?
For example in a case such as this:
struct A { /* ... */ }; A getA() { A temp;