1 2 3 4 5 6 7 8
/* */ #include "types.hpp" #include "ast/ast.hpp" TypeRef::TypeRef(TypeRef::TagSizedArray, TypeRef inner, AST::Expr size_expr) { }