1/*
2 * @test /nodynamiccopyright/
3 * @bug 4648973
4 * @summary compiler does not emit code for second class in source file
5 * @author gafter
6 *
7 * @compile/fail/ref=SourcePath2.out -XDrawDiagnostics  SourcePath2.java
8 */
9
10import p.SourcePath2A;
11
12public class SourcePath2 {}
13