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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
/* Test case for PR java/15133 */
2
public class PR15133
3
{
4
  public void printIt (String dummy) { }
5
 
6
  public native void printIt (int num);
7
 
8
  public static void main (String[] args)
9
  {
10
    System.loadLibrary ("PR15133");
11
 
12
    new PR15133( ).printIt( 1729);
13
  }
14
}

powered by: WebSVN 2.1.0

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