Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / AssertBug.java
blob3938b11da284a54127ff790ca71f363a05ccf25d
1 // PR java/16927
2 public class AssertBug {
3 public void bug(Integer i) {
4 assert(false):
5 i.toString() + "!";