1### Compilation failed:
2
3error: 4: potential recursion (function call cycle) not allowed:
4	int fibonacci(int n)
5	int fibonacci(int n)
61 error
7