mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
5 lines
126 B
Java
5 lines
126 B
Java
|
|
// Based on original test case from Yves Martin.
|
||
|
|
interface PR12857 {
|
||
|
|
static final String CONST = PR12857.class.getName();
|
||
|
|
}
|