class A { }; int main() { int x = 99; x = 17; return 0; }