2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.compile / N19990310_01.java
bloba9b9c1922367792f7ec8d2a8fde0163714f8e5d0
1 /*--------------------------------------------------------------------------*/
2 /* name : N19990310_01 */
3 /* : */
4 /* cause : When compare string with connected strings, error. */
5 /* : */
6 /* Message : Internal compiler error: program jc1 got */
7 /* : fatal signal 11 */
8 /*--------------------------------------------------------------------------*/
10 public class N19990310_01 {
11 public static void main(String[] args) {
13 if ( "Hello" == ("Hel"+"lo") ) {
16 System.out.println("OK");