class Program {
  void main() {
    int i = 0;	// initializers not allowed
  }
}

