1 2 3 4 5 6 7 8 9
// RUN: clang-cc %s -emit-llvm-only -verify class x { int operator=(int); }; void a() { x a; a = 1u; }