mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 12:59:38 +08:00
12 lines
134 B
Java
12 lines
134 B
Java
|
public class PR295 {
|
||
|
public class csemi {
|
||
|
};
|
||
|
|
||
|
public int foo;
|
||
|
|
||
|
public interface isemi {
|
||
|
};
|
||
|
|
||
|
public int bar;
|
||
|
}
|