mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 14:29:48 +08:00
ee9dd3721b
From-SVN: r26263
8 lines
83 B
Java
8 lines
83 B
Java
package support;
|
|
|
|
public interface Waldo {
|
|
|
|
public static final int here = 9;
|
|
|
|
}
|