__export__ class C {
  function constructor() {
  }
  function constructor(n : number) {
  }
}
