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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
public class pr13107_2
2
{
3
  public static int foo (boolean b)
4
  {
5
    int i;
6
    try {
7
        if (b) return 1;
8
        i= 2;
9
      }
10
    finally {
11
      if (b) i = 3;
12
    }
13
    return i;
14
  }
15
 
16
  public static void main(String[] args)
17
  {
18
  }
19
}

powered by: WebSVN 2.1.0

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