OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.special/] [pr21115I.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
public class pr21115I extends pr21115
2
{
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)
8
  {
9
    return a && b && c && d && e && f && g && h && i;
10
  }
11
 
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)
17
  {
18
    return true;
19
  }
20
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.