mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-23 20:23:06 -05:00
8 lines
83 B
Java
8 lines
83 B
Java
package support;
|
|
|
|
public interface Waldo {
|
|
|
|
public static final int here = 9;
|
|
|
|
}
|