class Program {
  void main() {
    int a;
    int a;	// semanitcally bad, but gramatically ok
  }
}
