1
/* @test /nodynamiccopyright/
2
* @bug 6999438
3
* @summary remove support for exotic identifiers from JDK 7
4
* @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
5
*/
6
7
class Test {
8
int #"not supported";
9
}