kurz/tests/unknown_function_hard.qbl

19 lines
145 B
Plaintext
Raw Normal View History

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