/* */ #include "types.hpp" #include "ast/ast.hpp" TypeRef::TypeRef(TypeRef::TagSizedArray, TypeRef inner, AST::Expr&& size_expr) { }