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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jni/] [overload.java] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

// Test to make sure overloaded functions with long names work.
 
public class overload
{
  static
  {
    System.loadLibrary ("overload");
  }
 
  public static native int over (int one);
  public static native int over (int one, int two);
 
  public static void main (String[] args)
  {
    System.out.println (over (1));
    System.out.println (over (1, 2));
  }
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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