aoqi@0: /* @test /nodynamiccopyright/ aoqi@0: * @bug 6999438 aoqi@0: * @summary remove support for exotic identifiers from JDK 7 aoqi@0: * @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java aoqi@0: */ aoqi@0: aoqi@0: class Test { aoqi@0: int #"not supported"; aoqi@0: }