Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
tests
/
sksl
/
runtime_errors
/
IllegalRecursionMutual.skvm
blob: 34f1b6b62d941a15259bcec55ccec5927d2c221e [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
5
:
potential recursion
(
function
call cycle
)
not
allowed
:
bool
is_odd
(
int
n
)
bool
is_even
(
int
n
)
bool
is_odd
(
int
n
)
1
error