#ifndef TYPE_HPP #define TYPE_HPP #include "ast.hpp" class Type : public Node { public: Type(); }; #endif