#include <iostream>
using namespace std;

int main () {
  int x = int();

  typedef int Int;
  Int().~Int();
}