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