diff options
Diffstat (limited to 'types.cpp')
-rw-r--r-- | types.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/types.cpp b/types.cpp new file mode 100644 index 00000000..4bfb448f --- /dev/null +++ b/types.cpp @@ -0,0 +1,8 @@ +/* + */ +#include "types.hpp" +#include "ast/ast.hpp" + +TypeRef::TypeRef(TypeRef::TagSizedArray, TypeRef inner, AST::Expr size_expr) +{ +} |