2021-07-21 19:19:34 +00:00
|
|
|
### Compilation failed:
|
|
|
|
|
2021-09-07 13:36:08 +00:00
|
|
|
error: 16: potential recursion (function call cycle) not allowed:
|
2021-07-21 19:19:34 +00:00
|
|
|
void f_one(int n)
|
|
|
|
void f_two(int n)
|
|
|
|
void f_three(int n)
|
|
|
|
void f_one(int n)
|
|
|
|
1 error
|