source: trunk/gcc/libjava/testsuite/libjava.compile/assignment_2.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 389 bytes
Line 
1
2/**
3 * assignment_2.java
4 *
5 *
6 * Created: Thu Apr 13 16:48:40 2000
7 *
8 * @author Oliver Brandt
9 * @version
10 */
11
12public class assignment_2 {
13 public assignment_2 ()
14 {
15 }
16
17 public int foo ()
18 {
19 int result;
20
21 try
22 {
23 result = 0;
24 }
25 finally
26 {
27 }
28 return result;
29
30 }
31
32}// test
Note: See TracBrowser for help on using the repository browser.