Test case for gcj/295.
From-SVN: r35352
This commit is contained in:
parent
587870645c
commit
9145715ca3
@ -1,3 +1,8 @@
|
||||
2000-07-30 Anthony Green <green@redhat.com>
|
||||
|
||||
* libjava.compile/PR295.java: New file.
|
||||
See PR gcj/295.
|
||||
|
||||
2000-07-11 Andrew Haley <aph@cygnus.com>
|
||||
|
||||
* libjava.compile/static_init2.java: New file.
|
||||
|
11
libjava/testsuite/libjava.compile/PR295.java
Normal file
11
libjava/testsuite/libjava.compile/PR295.java
Normal file
@ -0,0 +1,11 @@
|
||||
public class PR295 {
|
||||
public class csemi {
|
||||
};
|
||||
|
||||
public int foo;
|
||||
|
||||
public interface isemi {
|
||||
};
|
||||
|
||||
public int bar;
|
||||
}
|
Loading…
Reference in New Issue
Block a user