#include "h.h" static void f(void) { CA::CB x; CA::CB y; x.operator=(x); x.operator=(static_cast&&>(x)); }