]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprofng/testsuite/gprofng.display/jsynprog/Intface.java
gprofng: a new GNU profiler
[thirdparty/binutils-gdb.git] / gprofng / testsuite / gprofng.display / jsynprog / Intface.java
CommitLineData
bb368aad
VM
1// Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
2
3public interface Intface {
4 public int add_int (int scale);
5 public double add_double (int scale);
6}