summaryrefslogtreecommitdiff
path: root/src/types.cpp
blob: a5edb5b82d6157cef8f31fe7854dfd58fcc98b09 (plain)
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)
{
}