1/*
2 * /nodynamiccopyright/
3 * See ../T4093617.java
4 */
5
6package java.lang;
7
8class Object {
9    Object() { super(); }
10}
11