#pragma once #include "ast/Node.h" struct InlineNode : public Node { virtual ~InlineNode() = default; };