class Program {
  void main() {
    int b;
    b = 2 + 7 = 12;	// bad expression
  }
}

