1/*
2 * @test /nodynamiccopyright/
3 * @bug 8159439
4 * @summary javac throws NPE with Module attribute and super_class != 0
5 * @build module-info
6 * @compile/fail/ref=NPEForModuleInfoWithNonZeroSuperClassTest.out -XDrawDiagnostics NPEForModuleInfoWithNonZeroSuperClassTest.java
7 */
8
9class NPEForModuleInfoWithNonZeroSuperClassTest {}
10