android13/external/skia/tests/sksl/runtime_errors/IllegalRecursionMutual.skvm

8 lines
159 B
Plaintext

### 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