* config/rs6000/rs6000.c (rs6000_deligitimze_address): Do not
[official-gcc.git] / libjava / testsuite / libjava.special / pr21115I.java
blob17701ac079cd6dbc46f9acfcda50d8924edca882
1 public class pr21115I extends pr21115
3 public boolean test(boolean a, boolean b,
4 boolean c, boolean d,
5 boolean e, boolean f,
6 boolean g, boolean h,
7 boolean i, boolean j)
9 return a && b && c && d && e && f && g && h && i;
12 public boolean test(int a, int b,
13 int c, int d,
14 int e, int f,
15 int g, int h,
16 int i, int j)
18 return true;