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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
class pr13107
2
{
3
  public static void main(String[] args)
4
  {
5
    for (int i = 0; i < 1; i++) {
6
      String s = "A";
7
 
8
      if (s == "A")
9
        continue;
10
 
11
      try{
12
        try{
13
          System.out.println(s);
14
        }
15
        finally{
16
          if (s != "A")
17
            throw new Error();
18
        }
19
      }
20
      catch(Exception e){
21
        s = "B";
22
      }
23
    }
24
  }
25
}

powered by: WebSVN 2.1.0

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