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