Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / PR5913.java
blob4c0c74d8f11f219c7e429fa6dec84875782de760
1 class PR5913
3 boolean test1 = ("" + 1) instanceof String;
4 // This also tests literal parsing, as mentioned in PR 5902.
5 boolean test2 = "" + 0x1instanceof String;