aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr351592_2/Test.java
blob: 1c9c8d27569f8eba82de3fd36f9c1be81f9b04a0 (plain)
1
2
3
4
5
6
7
8
package caching;

public class Test {

	public static void main(String[] args) {
		System.out.println(Fib.calc(30));
	}
}