mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 16:35:51 +00: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;
|
|
|
|
}
|