#include "context.hpp" namespace SACompiler { bool Context::canDeclareLocals() const { return true; } }