class Test {
   public static void main(String[] args) {
      X x = new X(42);
      x.aMethod();
   }
}
