From e1a51554c956ccde6a59952a8b9a557df904cf71 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 14 Dec 2014 13:43:41 +0800 Subject: Compiles again --- types.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 types.cpp (limited to 'types.cpp') 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) +{ +} -- cgit v1.2.3