2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / libjava.lang / utf8concat.java
blob8b8f47ee1a0c44edaf475bd4d6cd0c6cd732d822
1 public class utf8concat
3 private static String s;
5 public static void main (String[] args)
7 // This causes a crash at runtime because the compiler is
8 // producing an invalid UTF-8 string literal.
9 s = "abc" + (char)183;