1 /**
   2  * @test  /nodynamiccopyright/
   3  * @bug     6384542
   4  * @summary crash: test/tools/javac/versions/check.sh
   5  * @author  Peter von der Ah\u00e9
   6  * @compile/fail T6384542a.java
   7  * @compile/fail/ref=T6384542a_5.out -Xlint:-options -XDrawDiagnostics T6384542a.java
   8  */
   9 
  10 public class T6384542a {
  11     T6384542a enum = null;
  12 }