Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / PR20312.java
blob463172b683964db3524387c53d41f207791fd2b6
1 /* Can't throw what the overridden method doesn't. */
2 public class PR20312
4 public String toString( ) throws java.io.IOException
6 return "SNAFU";