blob: 8187eeacb8866a9b73959d6e8cd7229c09cb6e12 [file] [log] [blame]
/* @test /nodynamiccopyright/
* @bug 6999438
* @summary remove support for exotic identifiers from JDK 7
* @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
*/
class Test {
int #"not supported";
}