19 lines
138 B
Plaintext
19 lines
138 B
Plaintext
//invalid,Call to unknown function bar at 7:7
|
|
|
|
function int => foo
|
|
{
|
|
while
|
|
{
|
|
if
|
|
{
|
|
bar
|
|
}
|
|
else
|
|
{
|
|
1 -
|
|
}
|
|
}
|
|
deq
|
|
}
|
|
|
|
42 foo |