Open mjy9088 opened 2 years ago
Hello,
void (**const new_handler_array)(void)
= ftc__malloc(
sizeof(void (*)(void))
* g()->ftc.quick_exit.bonus_handler_capacity * 2);
is indeed a declaration and an assignation.
@matthieu42Network This should not be an error because it is a declaration and assignment to a const variable.
hello I didn't see the const
Describe the bug
Incorrect error:
Error: Declaration and assignation on a single line
Erroneous code
Additional infos
Additional context
incorrect:
correct: