kurz/tests/unknown_function_hard.qbl

19 lines
138 B
Plaintext
Raw Normal View History

//invalid,Call to unknown function bar at 9:7
2022-12-14 09:34:49 +01:00
function int => foo
{
while
{
if
{
bar
}
else
{
1 -
}
}
deq
}
42 foo