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

