Files
c3c/test/test_suite/functions/function_deep_nesting.c3

7 lines
128 B
Plaintext

fn void test(int a = test()) // #error: Resolution failed due to too deeply nested scopes (257).
{
}
fn void main()
{
test();
}