class Program {
  void foo() {
    int a;
    a = 0;
  }
  void main() {
    int;	// missing variable name
  }
}

