Ward does not support C99-style variable declarations (the `Int i = 0` at the start of the for loop) ``` for (Int i = 0; i < HookCount; ++i) { struct InterpreterHooks * hook = activeHooks[i]; if (hook && hook->visitStat) { (hook->visitStat)(stat); } }; ```
Ward does not support C99-style variable declarations (the
Int i = 0at the start of the for loop)