Main.java revision 3822:d8766c39123a
117680Spst/*
298527Sfenner * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
317680Spst * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
417680Spst *
517680Spst * This code is free software; you can redistribute it and/or modify it
617680Spst * under the terms of the GNU General Public License version 2 only, as
717680Spst * published by the Free Software Foundation.
817680Spst *
917680Spst * This code is distributed in the hope that it will be useful, but WITHOUT
1017680Spst * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1117680Spst * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1217680Spst * version 2 for more details (a copy is included in the LICENSE file that
1317680Spst * accompanied this code).
1417680Spst *
1517680Spst * You should have received a copy of the GNU General Public License version
1617680Spst * 2 along with this work; if not, write to the Free Software Foundation,
1717680Spst * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1817680Spst *
1917680Spst * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2017680Spst * or visit www.oracle.com if you need additional information or have any
21214478Srpaulo * questions.
2217680Spst */
2317680Spst
2417680Spstpackage p8;
2517680Spst
2617680Spstimport p5.internal.T;
2717680Spst
2817680Spstpublic class Main {
2917680Spst    public static void main() {
3017680Spst        T t = new T();
3175118Sfenner    }
3275118Sfenner}
3375118Sfenner